#609C9A

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

Shades of Cadet Blue #609C9A

Tints of Cadet Blue #609C9A

Color information

#609C9A (or 0x609C9A) is unknown color: approx Cadet Blue. HEX triplet: 60, 9C and 9A. RGB value is (96,156,154). Sum of RGB (Red+Green+Blue) = 96+156+154=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #609C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609C9A is #9F6365. Grayscale: #898989. Windows color (decimal): -10445670 or 10132576. OLE color: 10132576.

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

Color convert

RGB96156154-
CMYK0.3800.010.39
HSL178º23.81%49.41%-
HSV(B)178º38.46%61.18%-
XYZ22.5528.634.9-
YUV137.83137.1298.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.65%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=23.65%
G=38.42%
B=37.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961561540.3800.010.3917823.8149.41
Hex609C9A260127b21831
Octal1402342324601472623061
Binary11000001001110010011010100110011001111011001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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