#609EAC

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

Shades of Cadet Blue #609EAC

Tints of Cadet Blue #609EAC

Color information

#609EAC (or 0x609EAC) is unknown color: approx Cadet Blue. HEX triplet: 60, 9E and AC. RGB value is (96,158,172). Sum of RGB (Red+Green+Blue) = 96+158+172=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #609EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609EAC is #9F6153. Grayscale: #8C8C8C. Windows color (decimal): -10445140 or 11312736. OLE color: 11312736.

HSL color Cylindrical-coordinate representation of color #609EAC: hue angle of 191.05º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #609EAC is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96158172-
CMYK0.440.0800.33
HSL191.05º31.4%52.55%-
HSV(B)191.05º44.19%67.45%-
XYZ24.529.9243.51-
YUV141.06145.4695.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.54%
GREEN value IS 158 (62.11% from 255) = 37.09%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=22.54%
G=37.09%
B=40.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961581720.440.0800.33191.0531.452.55
Hex609EAC2C8021bf1f35
Octal14023625454100412773765
Binary11000001001111010101100101100100001000011011111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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