#6C9D9E

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

Shades of Cadet Blue #6C9D9E

Tints of Cadet Blue #6C9D9E

Color information

#6C9D9E (or 0x6C9D9E) is unknown color: approx Cadet Blue. HEX triplet: 6C, 9D and 9E. RGB value is (108,157,158). Sum of RGB (Red+Green+Blue) = 108+157+158=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C9D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9D9E is #936261. Grayscale: #8E8E8E. Windows color (decimal): -9658978 or 10394988. OLE color: 10394988.

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

Color convert

RGB108157158-
CMYK0.320.0100.38
HSL181.2º20.49%52.16%-
HSV(B)181.2º31.65%61.96%-
XYZ24.4129.7736.81-
YUV142.46136.77103.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.53%
GREEN value IS 157 (61.72% from 255) = 37.12%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=25.53%
G=37.12%
B=37.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1081571580.320.0100.38181.220.4952.16
Hex6C9D9E201026b51434
Octal1542352364010462652464
Binary11011001001110110011110100000101001101011010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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