#63959E

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

Shades of Cadet Blue #63959E

Tints of Cadet Blue #63959E

Color information

#63959E (or 0x63959E) is unknown color: approx Cadet Blue. HEX triplet: 63, 95 and 9E. RGB value is (99,149,158). Sum of RGB (Red+Green+Blue) = 99+149+158=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #63959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63959E is #9C6A61. Grayscale: #868686. Windows color (decimal): -10250850 or 10392931. OLE color: 10392931.

HSL color Cylindrical-coordinate representation of color #63959E: hue angle of 189.15º 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 #63959E is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99149158-
CMYK0.370.0600.38
HSL189.15º23.32%50.39%-
HSV(B)189.15º37.34%61.96%-
XYZ22.0626.6236.32-
YUV135.08140.94102.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.38%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 158 (62.11% from 255) = 38.92%
R=24.38%
G=36.70%
B=38.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991491580.370.0600.38189.1523.3250.39
Hex63959E256026bd1732
Octal1432252364560462752762
Binary1100011100101011001111010010111001001101011110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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