#63949D

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

Shades of Cadet Blue #63949D

Tints of Cadet Blue #63949D

Color information

#63949D (or 0x63949D) is unknown color: approx Cadet Blue. HEX triplet: 63, 94 and 9D. RGB value is (99,148,157). Sum of RGB (Red+Green+Blue) = 99+148+157=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #63949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63949D is #9C6B62. Grayscale: #868686. Windows color (decimal): -10251107 or 10327139. OLE color: 10327139.

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

Color convert

RGB99148157-
CMYK0.370.0600.38
HSL189.31º22.83%50.2%-
HSV(B)189.31º36.94%61.57%-
XYZ21.8226.2735.82-
YUV134.38140.77102.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.50%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=24.50%
G=36.63%
B=38.86%

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
Decimal991481570.370.0600.38189.3122.8350.2
Hex63949D256026bd1732
Octal1432242354560462752762
Binary1100011100101001001110110010111001001101011110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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