#6C9D9D

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

Shades of Cadet Blue #6C9D9D

Tints of Cadet Blue #6C9D9D

Color information

#6C9D9D (or 0x6C9D9D) is unknown color: approx Cadet Blue. HEX triplet: 6C, 9D and 9D. RGB value is (108,157,157). Sum of RGB (Red+Green+Blue) = 108+157+157=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #6C9D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9D9D is #936262. Grayscale: #8E8E8E. Windows color (decimal): -9658979 or 10329452. OLE color: 10329452.

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

Color convert

RGB108157157-
CMYK0.31000.38
HSL180º20%51.96%-
HSV(B)180º31.21%61.57%-
XYZ24.3329.7436.36-
YUV142.35136.27103.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.59%
GREEN value IS 157 (61.72% from 255) = 37.20%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=25.59%
G=37.20%
B=37.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1081571570.31000.381802051.96
Hex6C9D9D1F0026b41434
Octal1542352353700462642464
Binary1101100100111011001110111111001001101011010010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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