#6C9DA5

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

Shades of Cadet Blue #6C9DA5

Tints of Cadet Blue #6C9DA5

Color information

#6C9DA5 (or 0x6C9DA5) is unknown color: approx Cadet Blue. HEX triplet: 6C, 9D and A5. RGB value is (108,157,165). Sum of RGB (Red+Green+Blue) = 108+157+165=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 165 - color contains mainly: blue. Hex color #6C9DA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9DA5 is #93625A. Grayscale: #8F8F8F. Windows color (decimal): -9658971 or 10853740. OLE color: 10853740.

HSL color Cylindrical-coordinate representation of color #6C9DA5: hue angle of 188.42º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C9DA5 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB108157165-
CMYK0.350.0500.35
HSL188.42º24.05%53.53%-
HSV(B)188.42º34.55%64.71%-
XYZ25.0330.0240.07-
YUV143.26140.27102.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.12%
GREEN value IS 157 (61.72% from 255) = 36.51%
BLUE value IS 165 (64.84% from 255) = 38.37%
R=25.12%
G=36.51%
B=38.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1081571650.350.0500.35188.4224.0553.53
Hex6C9DA5235023bc1836
Octal1542352454350432743066
Binary1101100100111011010010110001110101000111011110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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