#6C9A9D

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

Shades of Cadet Blue #6C9A9D

Tints of Cadet Blue #6C9A9D

Color information

#6C9A9D (or 0x6C9A9D) is unknown color: approx Cadet Blue. HEX triplet: 6C, 9A and 9D. RGB value is (108,154,157). Sum of RGB (Red+Green+Blue) = 108+154+157=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C9A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9A9D is #936562. Grayscale: #8C8C8C. Windows color (decimal): -9659747 or 10328684. OLE color: 10328684.

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

Color convert

RGB108154157-
CMYK0.310.0200.38
HSL183.67º20%51.96%-
HSV(B)183.67º31.21%61.57%-
XYZ23.8328.7336.19-
YUV140.59137.26104.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.78%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=25.78%
G=36.75%
B=37.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1081541570.310.0200.38183.672051.96
Hex6C9A9D1F2026b81434
Octal1542322353720462702464
Binary11011001001101010011101111111001001101011100010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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