#60969C

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

Shades of Cadet Blue #60969C

Tints of Cadet Blue #60969C

Color information

#60969C (or 0x60969C) is unknown color: approx Cadet Blue. HEX triplet: 60, 96 and 9C. RGB value is (96,150,156). Sum of RGB (Red+Green+Blue) = 96+150+156=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #60969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60969C is #9F6963. Grayscale: #868686. Windows color (decimal): -10447204 or 10262112. OLE color: 10262112.

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

Color convert

RGB96150156-
CMYK0.380.0400.39
HSL186º23.81%49.41%-
HSV(B)186º38.46%61.18%-
XYZ21.7326.735.46-
YUV134.54140.11100.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.88%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=23.88%
G=37.31%
B=38.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961501560.380.0400.3918623.8149.41
Hex60969C264027ba1831
Octal1402262344640472723061
Binary1100000100101101001110010011010001001111011101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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