#6C9C9F

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

Shades of Cadet Blue #6C9C9F

Tints of Cadet Blue #6C9C9F

Color information

#6C9C9F (or 0x6C9C9F) is unknown color: approx Cadet Blue. HEX triplet: 6C, 9C and 9F. RGB value is (108,156,159). Sum of RGB (Red+Green+Blue) = 108+156+159=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C9C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9C9F is #936360. Grayscale: #8D8D8D. Windows color (decimal): -9659233 or 10460268. OLE color: 10460268.

HSL color Cylindrical-coordinate representation of color #6C9C9F: hue angle of 183.53º 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 #6C9C9F is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB108156159-
CMYK0.320.0200.38
HSL183.53º20.99%52.35%-
HSV(B)183.53º32.08%62.35%-
XYZ24.3329.4737.21-
YUV141.99137.6103.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.53%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=25.53%
G=36.88%
B=37.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1081561590.320.0200.38183.5320.9952.35
Hex6C9C9F202026b81534
Octal1542342374020462702564
Binary110110010011100100111111000001001001101011100010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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