#61999C

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

Shades of Cadet Blue #61999C

Tints of Cadet Blue #61999C

Color information

#61999C (or 0x61999C) is unknown color: approx Cadet Blue. HEX triplet: 61, 99 and 9C. RGB value is (97,153,156). Sum of RGB (Red+Green+Blue) = 97+153+156=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #61999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61999C is #9E6663. Grayscale: #888888. Windows color (decimal): -10380900 or 10262881. OLE color: 10262881.

HSL color Cylindrical-coordinate representation of color #61999C: hue angle of 183.05º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61999C is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97153156-
CMYK0.380.0200.39
HSL183.05º23.32%49.61%-
HSV(B)183.05º37.82%61.18%-
XYZ22.3227.7235.63-
YUV136.6138.9599.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.89%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=23.89%
G=37.68%
B=38.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971531560.380.0200.39183.0523.3249.61
Hex61999C262027b71732
Octal1412312344620472672762
Binary110000110011001100111001001101001001111011011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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