#60969A

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

Shades of Cadet Blue #60969A

Tints of Cadet Blue #60969A

Color information

#60969A (or 0x60969A) is unknown color: approx Cadet Blue. HEX triplet: 60, 96 and 9A. RGB value is (96,150,154). Sum of RGB (Red+Green+Blue) = 96+150+154=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 154 - color contains mainly: blue. Hex color #60969A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60969A is #9F6965. Grayscale: #868686. Windows color (decimal): -10447206 or 10131040. OLE color: 10131040.

HSL color Cylindrical-coordinate representation of color #60969A: hue angle of 184.14º 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 #60969A is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB96150154-
CMYK0.380.0300.40
HSL184.14º23.2%49.02%-
HSV(B)184.14º37.66%60.39%-
XYZ21.5626.6334.58-
YUV134.31139.11100.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24%
GREEN value IS 150 (58.98% from 255) = 37.5%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=24%
G=37.5%
B=38.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961501540.380.0300.40184.1423.249.02
Hex60969A263028b81731
Octal1402262324630502702761
Binary110000010010110100110101001101101010001011100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60969A; }

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

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

<style>
 a { background-color: #60969A; }

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

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

<style>
 span { border-color: #60969A; }

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

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