#62728C

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

Shades of Waikawa Grey #62728C

Tints of Waikawa Grey #62728C

Color information

#62728C (or 0x62728C) is unknown color: approx Waikawa Grey. HEX triplet: 62, 72 and 8C. RGB value is (98,114,140). Sum of RGB (Red+Green+Blue) = 98+114+140=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #62728C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62728C is #9D8D73. Grayscale: #707070. Windows color (decimal): -10325364 or 9204322. OLE color: 9204322.

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

Color convert

RGB98114140-
CMYK0.30.1900.45
HSL217.14º17.65%46.67%-
HSV(B)217.14º30%54.9%-
XYZ15.7916.5227.17-
YUV112.18143.7117.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.84%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=27.84%
G=32.39%
B=39.77%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981141400.30.1900.45217.1417.6546.67
Hex62728C1E1302Dd9122f
Octal14216221436230553312257
Binary1100010111001010001100111101001101011011101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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