#63709A

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

Shades of Waikawa Grey #63709A

Tints of Waikawa Grey #63709A

Color information

#63709A (or 0x63709A) is unknown color: approx Waikawa Grey. HEX triplet: 63, 70 and 9A. RGB value is (99,112,154). Sum of RGB (Red+Green+Blue) = 99+112+154=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #63709A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63709A is #9C8F65. Grayscale: #707070. Windows color (decimal): -10260326 or 10121315. OLE color: 10121315.

HSL color Cylindrical-coordinate representation of color #63709A: hue angle of 225.82º 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 #63709A is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB99112154-
CMYK0.360.2700.40
HSL225.82º21.74%49.61%-
HSV(B)225.82º35.71%60.39%-
XYZ16.7716.5732.89-
YUV112.9151.19118.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.12%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=27.12%
G=30.68%
B=42.19%

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
Decimal991121540.360.2700.40225.8221.7449.61
Hex63709A241B028e21632
Octal14316023244330503422662
Binary11000111110000100110101001001101101010001110001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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