#60969B

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

Shades of Cadet Blue #60969B

Tints of Cadet Blue #60969B

Color information

#60969B (or 0x60969B) is unknown color: approx Cadet Blue. HEX triplet: 60, 96 and 9B. RGB value is (96,150,155). Sum of RGB (Red+Green+Blue) = 96+150+155=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #60969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60969B is #9F6964. Grayscale: #868686. Windows color (decimal): -10447205 or 10196576. OLE color: 10196576.

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

Color convert

RGB96150155-
CMYK0.380.0300.39
HSL185.08º23.51%49.22%-
HSV(B)185.08º38.06%60.78%-
XYZ21.6526.6735.02-
YUV134.42139.61100.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 155 (60.94% from 255) = 38.65%
R=23.94%
G=37.41%
B=38.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961501550.380.0300.39185.0823.5149.22
Hex60969B263027b91831
Octal1402262334630472713061
Binary110000010010110100110111001101101001111011100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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