#60939D

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

Shades of Cadet Blue #60939D

Tints of Cadet Blue #60939D

Color information

#60939D (or 0x60939D) is unknown color: approx Cadet Blue. HEX triplet: 60, 93 and 9D. RGB value is (96,147,157). Sum of RGB (Red+Green+Blue) = 96+147+157=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #60939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60939D is #9F6C62. Grayscale: #848484. Windows color (decimal): -10447971 or 10326880. OLE color: 10326880.

HSL color Cylindrical-coordinate representation of color #60939D: hue angle of 189.84º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60939D is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96147157-
CMYK0.390.0600.38
HSL189.84º24.11%49.61%-
HSV(B)189.84º38.85%61.57%-
XYZ21.3425.7935.75-
YUV132.89141.6101.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=24%
G=36.75%
B=39.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961471570.390.0600.38189.8424.1149.61
Hex60939D276026be1832
Octal1402232354760462763062
Binary1100000100100111001110110011111001001101011111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60939D; }

 p { color: rgb(96,147,157); }

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

<style>
 a { background-color: #60939D; }

 a { background-color: rgb(96,147,157); }

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

<style>
 span { border-color: #60939D; }

 span { border-color: rgb(96,147,157); }

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