#63709D

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

Shades of Waikawa Grey #63709D

Tints of Waikawa Grey #63709D

Color information

#63709D (or 0x63709D) is unknown color: approx Waikawa Grey. HEX triplet: 63, 70 and 9D. RGB value is (99,112,157). Sum of RGB (Red+Green+Blue) = 99+112+157=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #63709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63709D is #9C8F62. Grayscale: #717171. Windows color (decimal): -10260323 or 10317923. OLE color: 10317923.

HSL color Cylindrical-coordinate representation of color #63709D: hue angle of 226.55º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63709D is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99112157-
CMYK0.370.2900.38
HSL226.55º22.83%50.2%-
HSV(B)226.55º36.94%61.57%-
XYZ17.0316.6834.22-
YUV113.24152.69117.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 157 (61.72% from 255) = 42.66%
R=26.90%
G=30.43%
B=42.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991121570.370.2900.38226.5522.8350.2
Hex63709D251D026e31732
Octal14316023545350463432762
Binary11000111110000100111011001011110101001101110001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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