#63979F

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

Shades of Cadet Blue #63979F

Tints of Cadet Blue #63979F

Color information

#63979F (or 0x63979F) is unknown color: approx Cadet Blue. HEX triplet: 63, 97 and 9F. RGB value is (99,151,159). Sum of RGB (Red+Green+Blue) = 99+151+159=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #63979F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63979F is #9C6860. Grayscale: #888888. Windows color (decimal): -10250337 or 10458979. OLE color: 10458979.

HSL color Cylindrical-coordinate representation of color #63979F: hue angle of 188º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63979F is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99151159-
CMYK0.380.0500.38
HSL188º23.81%50.59%-
HSV(B)188º37.74%62.35%-
XYZ22.4727.2936.88-
YUV136.36140.77101.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.21%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=24.21%
G=36.92%
B=38.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991511590.380.0500.3818823.8150.59
Hex63979F265026bc1833
Octal1432272374650462743063
Binary1100011100101111001111110011010101001101011110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63979F; }

 p { color: rgb(99,151,159); }

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

<style>
 a { background-color: #63979F; }

 a { background-color: rgb(99,151,159); }

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

<style>
 span { border-color: #63979F; }

 span { border-color: rgb(99,151,159); }

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