#62728F

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

Shades of Waikawa Grey #62728F

Tints of Waikawa Grey #62728F

Color information

#62728F (or 0x62728F) is unknown color: approx Waikawa Grey. HEX triplet: 62, 72 and 8F. RGB value is (98,114,143). Sum of RGB (Red+Green+Blue) = 98+114+143=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 114 (44.92% from 255 or 32.11% 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 #62728F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62728F is #9D8D70. Grayscale: #707070. Windows color (decimal): -10325361 or 9400930. OLE color: 9400930.

HSL color Cylindrical-coordinate representation of color #62728F: hue angle of 218.67º degrees, saturation: 0.19, 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 #62728F is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98114143-
CMYK0.310.2000.44
HSL218.67º18.67%47.25%-
HSV(B)218.67º31.47%56.08%-
XYZ16.0116.6128.35-
YUV112.52145.2117.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=27.61%
G=32.11%
B=40.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981141430.310.2000.44218.6718.6747.25
Hex62728F1F1402Cdb132f
Octal14216221737240543332357
Binary1100010111001010001111111111010001011001101101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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