#6C999F

Color #6C999F Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #6C999F

Tints of Cadet Blue #6C999F

Color information

#6C999F (or 0x6C999F) is unknown color: approx Cadet Blue. HEX triplet: 6C, 99 and 9F. RGB value is (108,153,159). Sum of RGB (Red+Green+Blue) = 108+153+159=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C999F is #936660. Grayscale: #8C8C8C. Windows color (decimal): -9660001 or 10459500. OLE color: 10459500.

HSL color Cylindrical-coordinate representation of color #6C999F: hue angle of 187.06º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C999F is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB108153159-
CMYK0.320.0400.38
HSL187.06º20.99%52.35%-
HSV(B)187.06º32.08%62.35%-
XYZ23.8328.4737.04-
YUV140.23138.59105.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 25.71%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 159 (62.5% from 255) = 37.86%
R=25.71%
G=36.43%
B=37.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1081531590.320.0400.38187.0620.9952.35
Hex6C999F204026bb1534
Octal1542312374040462732564
Binary1101100100110011001111110000010001001101011101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C999F; }

 p { color: rgb(108,153,159); }

 H1.HeaderClassName
 {
   color: #6C999F;
 }
 .AnyTagClassName
 {
   color: #6C999F;
 }
</style>
background-color css

<style>
 a { background-color: #6C999F; }

 a { background-color: rgb(108,153,159); }

 div.DivClassName
 {
   background-color: #6C999F;
 }
 .BgClassName
 {
   background-color: #6C999F;
 }
</style>
border-color css

<style>
 span { border-color: #6C999F; }

 span { border-color: rgb(108,153,159); }

 td.TdClassName
 {
   border-color: #6C999F;
 }
 .TagClassName
 {
   border-color: #6C999F;
 }
</style>