#61999F

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

Shades of Cadet Blue #61999F

Tints of Cadet Blue #61999F

Color information

#61999F (or 0x61999F) is unknown color: approx Cadet Blue. HEX triplet: 61, 99 and 9F. RGB value is (97,153,159). Sum of RGB (Red+Green+Blue) = 97+153+159=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #61999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61999F is #9E6660. Grayscale: #888888. Windows color (decimal): -10380897 or 10459489. OLE color: 10459489.

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

Color convert

RGB97153159-
CMYK0.390.0400.38
HSL185.81º24.41%50.2%-
HSV(B)185.81º38.99%62.35%-
XYZ22.5827.8336.98-
YUV136.94140.4599.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 153 (60.16% from 255) = 37.41%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=23.72%
G=37.41%
B=38.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971531590.390.0400.38185.8124.4150.2
Hex61999F274026ba1832
Octal1412312374740462723062
Binary1100001100110011001111110011110001001101011101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61999F; }

 p { color: rgb(97,153,159); }

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

<style>
 a { background-color: #61999F; }

 a { background-color: rgb(97,153,159); }

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

<style>
 span { border-color: #61999F; }

 span { border-color: rgb(97,153,159); }

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