#63719B

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

Shades of Waikawa Grey #63719B

Tints of Waikawa Grey #63719B

Color information

#63719B (or 0x63719B) is unknown color: approx Waikawa Grey. HEX triplet: 63, 71 and 9B. RGB value is (99,113,155). Sum of RGB (Red+Green+Blue) = 99+113+155=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #63719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63719B is #9C8E64. Grayscale: #717171. Windows color (decimal): -10260069 or 10187107. OLE color: 10187107.

HSL color Cylindrical-coordinate representation of color #63719B: hue angle of 225º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63719B is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99113155-
CMYK0.360.2700.39
HSL225º22.05%49.8%-
HSV(B)225º36.13%60.78%-
XYZ16.9716.8333.36-
YUV113.6151.36117.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.98%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=26.98%
G=30.79%
B=42.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991131550.360.2700.3922522.0549.8
Hex63719B241B027e11632
Octal14316123344330473412662
Binary11000111110001100110111001001101101001111110000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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