#63718F

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

Shades of Waikawa Grey #63718F

Tints of Waikawa Grey #63718F

Color information

#63718F (or 0x63718F) is unknown color: approx Waikawa Grey. HEX triplet: 63, 71 and 8F. RGB value is (99,113,143). Sum of RGB (Red+Green+Blue) = 99+113+143=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 143 - color contains mainly: blue. Hex color #63718F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63718F is #9C8E70. Grayscale: #707070. Windows color (decimal): -10260081 or 9400675. OLE color: 9400675.

HSL color Cylindrical-coordinate representation of color #63718F: hue angle of 220.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63718F is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB99113143-
CMYK0.310.2100.44
HSL220.91º18.18%47.45%-
HSV(B)220.91º30.77%56.08%-
XYZ16.0116.4528.32-
YUV112.23145.36118.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.89%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=27.89%
G=31.83%
B=40.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991131430.310.2100.44220.9118.1847.45
Hex63718F1F1502Cdd122f
Octal14316121737250543352257
Binary1100011111000110001111111111010101011001101110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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