Color Hex Logo

#6199cb Color Hex

#6199CB
(97,153,203)
0 Favorites   0 Comments

Color spaces of #6199cb

RGB 97153203
HSL0.580.500.59
HSV208°52°80°
CMYK 0.520.250.00   0.20
XYZ27.100529.635660.7918
Yxy29.63560.23060.2522
Hunter Lab54.4386-6.4070-28.1024
CIE-Lab61.3385-4.2645-31.3443

#6199cb color RGB value is (97,153,203).

#6199cb hex color red value is 97, green value is 153 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6199cb hue: 0.58 , saturation: 0.50 and the lightness value of 6199cb is 0.59.

The process color (four color CMYK) of #6199cb color hex is 0.52, 0.25, 0.00, 0.20. Web safe color of #6199cb is #6699cc. Color #6199cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011001 11001011
Octal 141 231 313
Decimal 97 153 203
Hex 61 99 CB

RGB Percentages of Color #6199cb

%21.41
%33.77
%44.81

CMYK Percentages of Color #6199cb

%52
%25
%0
%20

Triadic Colors of #6199cb

#6199cb #cb6199 #99cb61

Analogous Colors of #6199cb

#6199cb #6164cb #61cbc8

Monochromatic Colors of #6199cb

#6199cb

Complementary Color

#6199cb #cb9361

#6199cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6199cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6199cb Color CSS Codes

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

#6199cb Text Font Color

<p style="color:#6199cb">Text here</p>

This sample text font color is #6199cb
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.


#6199cb Background Color

<div style="background-color:#6199cb">
Div content here</div>

This div background color is #6199cb


#6199cb Border Color

<div style="border:3px solid #6199cb">
Div here</div>

This div border color is #6199cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,153,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6199cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6199cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6199cb;
  box-shadow:         1px 1px 3px 2px #6199cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6199cb


Comments

No comments written yet.

Please login to write comment.