#60939C

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

Shades of Cadet Blue #60939C

Tints of Cadet Blue #60939C

Color information

#60939C (or 0x60939C) is unknown color: approx Cadet Blue. HEX triplet: 60, 93 and 9C. RGB value is (96,147,156). Sum of RGB (Red+Green+Blue) = 96+147+156=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #60939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60939C is #9F6C63. Grayscale: #848484. Windows color (decimal): -10447972 or 10261344. OLE color: 10261344.

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

Color convert

RGB96147156-
CMYK0.380.0600.39
HSL189º23.81%49.41%-
HSV(B)189º38.46%61.18%-
XYZ21.2625.7535.3-
YUV132.78141.1101.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.06%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=24.06%
G=36.84%
B=39.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961471560.380.0600.3918923.8149.41
Hex60939C266027bd1831
Octal1402232344660472753061
Binary1100000100100111001110010011011001001111011110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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