#609EAA

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

Shades of Cadet Blue #609EAA

Tints of Cadet Blue #609EAA

Color information

#609EAA (or 0x609EAA) is unknown color: approx Cadet Blue. HEX triplet: 60, 9E and AA. RGB value is (96,158,170). Sum of RGB (Red+Green+Blue) = 96+158+170=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #609EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609EAA is #9F6155. Grayscale: #8C8C8C. Windows color (decimal): -10445142 or 11181664. OLE color: 11181664.

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

Color convert

RGB96158170-
CMYK0.440.0700.33
HSL189.73º30.33%52.16%-
HSV(B)189.73º43.53%66.67%-
XYZ24.3129.8442.51-
YUV140.83144.4696.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.64%
GREEN value IS 158 (62.11% from 255) = 37.26%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=22.64%
G=37.26%
B=40.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961581700.440.0700.33189.7330.3352.16
Hex609EAA2C7021be1e34
Octal1402362525470412763664
Binary1100000100111101010101010110011101000011011111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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