#63959D

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

Shades of Cadet Blue #63959D

Tints of Cadet Blue #63959D

Color information

#63959D (or 0x63959D) is unknown color: approx Cadet Blue. HEX triplet: 63, 95 and 9D. RGB value is (99,149,157). Sum of RGB (Red+Green+Blue) = 99+149+157=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #63959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63959D is #9C6A62. Grayscale: #868686. Windows color (decimal): -10250851 or 10327395. OLE color: 10327395.

HSL color Cylindrical-coordinate representation of color #63959D: hue angle of 188.28º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63959D is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99149157-
CMYK0.370.0500.38
HSL188.28º22.83%50.2%-
HSV(B)188.28º36.94%61.57%-
XYZ21.9826.5835.87-
YUV134.96140.44102.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.44%
GREEN value IS 149 (58.59% from 255) = 36.79%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=24.44%
G=36.79%
B=38.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991491570.370.0500.38188.2822.8350.2
Hex63959D255026bc1732
Octal1432252354550462742762
Binary1100011100101011001110110010110101001101011110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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