#609A99

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

Shades of Cadet Blue #609A99

Tints of Cadet Blue #609A99

Color information

#609A99 (or 0x609A99) is unknown color: approx Cadet Blue. HEX triplet: 60, 9A and 99. RGB value is (96,154,153). Sum of RGB (Red+Green+Blue) = 96+154+153=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 154 - color contains mainly: green. Hex color #609A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609A99 is #9F6566. Grayscale: #888888. Windows color (decimal): -10446183 or 10066528. OLE color: 10066528.

HSL color Cylindrical-coordinate representation of color #609A99: hue angle of 178.97º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #609A99 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB96154153-
CMYK0.3800.010.40
HSL178.97º23.2%49.02%-
HSV(B)178.97º37.66%60.39%-
XYZ22.1327.934.36-
YUV136.54137.2899.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.82%
GREEN value IS 154 (60.55% from 255) = 38.21%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=23.82%
G=38.21%
B=37.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961541530.3800.010.40178.9723.249.02
Hex609A99260128b31731
Octal1402322314601502632761
Binary11000001001101010011001100110011010001011001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,154,153); }

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

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

 a { background-color: rgb(96,154,153); }

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

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

 span { border-color: rgb(96,154,153); }

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