#609EA6

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

Shades of Cadet Blue #609EA6

Tints of Cadet Blue #609EA6

Color information

#609EA6 (or 0x609EA6) is unknown color: approx Cadet Blue. HEX triplet: 60, 9E and A6. RGB value is (96,158,166). Sum of RGB (Red+Green+Blue) = 96+158+166=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 166 - color contains mainly: blue. Hex color #609EA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609EA6 is #9F6159. Grayscale: #8C8C8C. Windows color (decimal): -10445146 or 10919520. OLE color: 10919520.

HSL color Cylindrical-coordinate representation of color #609EA6: hue angle of 186.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #609EA6 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB96158166-
CMYK0.420.0500.35
HSL186.86º28.23%51.37%-
HSV(B)186.86º42.17%65.1%-
XYZ23.9329.6940.55-
YUV140.37142.4696.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.86%
GREEN value IS 158 (62.11% from 255) = 37.62%
BLUE value IS 166 (65.23% from 255) = 39.52%
R=22.86%
G=37.62%
B=39.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961581660.420.0500.35186.8628.2351.37
Hex609EA62A5023bb1c33
Octal1402362465250432733463
Binary1100000100111101010011010101010101000111011101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609EA6; }

 p { color: rgb(96,158,166); }

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

<style>
 a { background-color: #609EA6; }

 a { background-color: rgb(96,158,166); }

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

<style>
 span { border-color: #609EA6; }

 span { border-color: rgb(96,158,166); }

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