#63719F

Color #63719F Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #63719F

Tints of Waikawa Grey #63719F

Color information

#63719F (or 0x63719F) is unknown color: approx Waikawa Grey. HEX triplet: 63, 71 and 9F. RGB value is (99,113,159). Sum of RGB (Red+Green+Blue) = 99+113+159=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #63719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63719F is #9C8E60. Grayscale: #717171. Windows color (decimal): -10260065 or 10449251. OLE color: 10449251.

HSL color Cylindrical-coordinate representation of color #63719F: hue angle of 226º 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 #63719F is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99113159-
CMYK0.380.2900.38
HSL226º23.81%50.59%-
HSV(B)226º37.74%62.35%-
XYZ17.3116.9735.16-
YUV114.06153.36117.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=26.68%
G=30.46%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991131590.380.2900.3822623.8150.59
Hex63719F261D026e21833
Octal14316123746350463423063
Binary11000111110001100111111001101110101001101110001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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