#6A9CA9

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

Shades of Cadet Blue #6A9CA9

Tints of Cadet Blue #6A9CA9

Color information

#6A9CA9 (or 0x6A9CA9) is unknown color: approx Cadet Blue. HEX triplet: 6A, 9C and A9. RGB value is (106,156,169). Sum of RGB (Red+Green+Blue) = 106+156+169=431 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.59% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 169 - color contains mainly: blue. Hex color #6A9CA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9CA9 is #956356. Grayscale: #8E8E8E. Windows color (decimal): -9790295 or 11115626. OLE color: 11115626.

HSL color Cylindrical-coordinate representation of color #6A9CA9: hue angle of 192.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A9CA9 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB106156169-
CMYK0.370.0800.34
HSL192.38º26.81%53.92%-
HSV(B)192.38º37.28%66.27%-
XYZ24.9929.7141.95-
YUV142.53142.94101.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.59%
GREEN value IS 156 (61.33% from 255) = 36.19%
BLUE value IS 169 (66.41% from 255) = 39.21%
R=24.59%
G=36.19%
B=39.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1061561690.370.0800.34192.3826.8153.92
Hex6A9CA9258022c01b36
Octal15223425145100423003366
Binary11010101001110010101001100101100001000101100000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,156,169); }

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

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

 a { background-color: rgb(106,156,169); }

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

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

 span { border-color: rgb(106,156,169); }

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