#63719A

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

Shades of Waikawa Grey #63719A

Tints of Waikawa Grey #63719A

Color information

#63719A (or 0x63719A) is unknown color: approx Waikawa Grey. HEX triplet: 63, 71 and 9A. RGB value is (99,113,154). Sum of RGB (Red+Green+Blue) = 99+113+154=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #63719A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63719A is #9C8E65. Grayscale: #717171. Windows color (decimal): -10260070 or 10121571. OLE color: 10121571.

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

Color convert

RGB99113154-
CMYK0.360.2700.40
HSL224.73º21.74%49.61%-
HSV(B)224.73º35.71%60.39%-
XYZ16.8816.832.92-
YUV113.49150.86117.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.05%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 154 (60.55% from 255) = 42.08%
R=27.05%
G=30.87%
B=42.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991131540.360.2700.40224.7321.7449.61
Hex63719A241B028e11632
Octal14316123244330503412662
Binary11000111110001100110101001001101101010001110000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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