#6C9D9C

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

Shades of Cadet Blue #6C9D9C

Tints of Cadet Blue #6C9D9C

Color information

#6C9D9C (or 0x6C9D9C) is unknown color: approx Cadet Blue. HEX triplet: 6C, 9D and 9C. RGB value is (108,157,156). Sum of RGB (Red+Green+Blue) = 108+157+156=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 157 - color contains mainly: green. Hex color #6C9D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9D9C is #936263. Grayscale: #8E8E8E. Windows color (decimal): -9658980 or 10263916. OLE color: 10263916.

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

Color convert

RGB108157156-
CMYK0.3100.010.38
HSL178.78º20%51.96%-
HSV(B)178.78º31.21%61.57%-
XYZ24.2429.735.91-
YUV142.23135.77103.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.65%
GREEN value IS 157 (61.72% from 255) = 37.29%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=25.65%
G=37.29%
B=37.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1081571560.3100.010.38178.782051.96
Hex6C9D9C1F0126b31434
Octal1542352343701462632464
Binary1101100100111011001110011111011001101011001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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