#63959B

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

Shades of Cadet Blue #63959B

Tints of Cadet Blue #63959B

Color information

#63959B (or 0x63959B) is unknown color: approx Cadet Blue. HEX triplet: 63, 95 and 9B. RGB value is (99,149,155). Sum of RGB (Red+Green+Blue) = 99+149+155=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #63959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63959B is #9C6A64. Grayscale: #868686. Windows color (decimal): -10250853 or 10196323. OLE color: 10196323.

HSL color Cylindrical-coordinate representation of color #63959B: hue angle of 186.43º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63959B is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99149155-
CMYK0.360.0400.39
HSL186.43º22.05%49.8%-
HSV(B)186.43º36.13%60.78%-
XYZ21.8126.5134.98-
YUV134.73139.44102.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.57%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=24.57%
G=36.97%
B=38.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991491550.360.0400.39186.4322.0549.8
Hex63959B244027ba1632
Octal1432252334440472722662
Binary1100011100101011001101110010010001001111011101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,149,155); }

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

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

 a { background-color: rgb(99,149,155); }

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

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

 span { border-color: rgb(99,149,155); }

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