#60999B

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

Shades of Cadet Blue #60999B

Tints of Cadet Blue #60999B

Color information

#60999B (or 0x60999B) is unknown color: approx Cadet Blue. HEX triplet: 60, 99 and 9B. RGB value is (96,153,155). Sum of RGB (Red+Green+Blue) = 96+153+155=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #60999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60999B is #9F6664. Grayscale: #888888. Windows color (decimal): -10446437 or 10197344. OLE color: 10197344.

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

Color convert

RGB96153155-
CMYK0.380.0100.39
HSL182.03º23.51%49.22%-
HSV(B)182.03º38.06%60.78%-
XYZ22.1327.6435.18-
YUV136.18138.6299.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.76%
GREEN value IS 153 (60.16% from 255) = 37.87%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=23.76%
G=37.87%
B=38.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961531550.380.0100.39182.0323.5149.22
Hex60999B261027b61831
Octal1402312334610472663061
Binary11000001001100110011011100110101001111011011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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