#63728C

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

Shades of Waikawa Grey #63728C

Tints of Waikawa Grey #63728C

Color information

#63728C (or 0x63728C) is unknown color: approx Waikawa Grey. HEX triplet: 63, 72 and 8C. RGB value is (99,114,140). Sum of RGB (Red+Green+Blue) = 99+114+140=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #63728C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63728C is #9C8D73. Grayscale: #707070. Windows color (decimal): -10259828 or 9204323. OLE color: 9204323.

HSL color Cylindrical-coordinate representation of color #63728C: hue angle of 218.05º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63728C is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB99114140-
CMYK0.290.1900.45
HSL218.05º17.15%46.86%-
HSV(B)218.05º29.29%54.9%-
XYZ15.916.5827.17-
YUV112.48143.53118.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.05%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=28.05%
G=32.29%
B=39.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991141400.290.1900.45218.0517.1546.86
Hex63728C1D1302Dda112f
Octal14316221435230553322157
Binary1100011111001010001100111011001101011011101101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63728C; }

 p { color: rgb(99,114,140); }

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

<style>
 a { background-color: #63728C; }

 a { background-color: rgb(99,114,140); }

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

<style>
 span { border-color: #63728C; }

 span { border-color: rgb(99,114,140); }

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