#62728B

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

Shades of Waikawa Grey #62728B

Tints of Waikawa Grey #62728B

Color information

#62728B (or 0x62728B) is unknown color: approx Waikawa Grey. HEX triplet: 62, 72 and 8B. RGB value is (98,114,139). Sum of RGB (Red+Green+Blue) = 98+114+139=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #62728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62728B is #9D8D74. Grayscale: #6F6F6F. Windows color (decimal): -10325365 or 9138786. OLE color: 9138786.

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

Color convert

RGB98114139-
CMYK0.290.1800.45
HSL216.59º17.3%46.47%-
HSV(B)216.59º29.5%54.51%-
XYZ15.7116.526.78-
YUV112.07143.2117.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.92%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=27.92%
G=32.48%
B=39.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981141390.290.1800.45216.5917.346.47
Hex62728B1D1202Dd9112e
Octal14216221335220553312156
Binary1100010111001010001011111011001001011011101100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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