Color Hex Logo

#6123dc Color Hex

#6123DC
(97,35,220)
0 Favorites   0 Comments

Color spaces of #6123dc

RGB 9735220
HSL0.720.730.50
HSV260°84°86°
CMYK 0.560.840.00   0.14
XYZ18.44918.910868.4577
Yxy8.91080.19250.0930
Hunter Lab29.851058.0810-115.0750
CIE-Lab35.812066.1727-82.0058

#6123dc color RGB value is (97,35,220).

#6123dc hex color red value is 97, green value is 35 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6123dc hue: 0.72 , saturation: 0.73 and the lightness value of 6123dc is 0.50.

The process color (four color CMYK) of #6123dc color hex is 0.56, 0.84, 0.00, 0.14. Web safe color of #6123dc is #6633cc. Color #6123dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100011 11011100
Octal 141 43 334
Decimal 97 35 220
Hex 61 23 DC

RGB Percentages of Color #6123dc

%27.56
%9.94
%62.50

CMYK Percentages of Color #6123dc

%56
%84
%0
%14

Triadic Colors of #6123dc

#6123dc #dc6123 #23dc61

Analogous Colors of #6123dc

#6123dc #be23dc #2342dc

Monochromatic Colors of #6123dc

#6123dc

Complementary Color

#6123dc #9edc23

#6123dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6123dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6123dc Color CSS Codes

.mybgcolor {background-color:#6123dc; } 
.myforecolor {color:#6123dc; }
.mybordercolor {border:3px solid #6123dc; }

#6123dc Text Font Color

<p style="color:#6123dc">Text here</p>

This sample text font color is #6123dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6123dc Background Color

<div style="background-color:#6123dc">
Div content here</div>

This div background color is #6123dc


#6123dc Border Color

<div style="border:3px solid #6123dc">
Div here</div>

This div border color is #6123dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,35,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6123dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6123dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6123dc;
  box-shadow:         1px 1px 3px 2px #6123dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,35,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6123dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6123dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6123dc;
  box-shadow:         1px 1px 3px 2px #6123dc;">
Div content here</div>

This div box has shadow with color #6123dc


Comments

No comments written yet.

Please login to write comment.