#62758E

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

Shades of Waikawa Grey #62758E

Tints of Waikawa Grey #62758E

Color information

#62758E (or 0x62758E) is unknown color: approx Waikawa Grey. HEX triplet: 62, 75 and 8E. RGB value is (98,117,142). Sum of RGB (Red+Green+Blue) = 98+117+142=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #62758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62758E is #9D8A71. Grayscale: #727272. Windows color (decimal): -10324594 or 9336162. OLE color: 9336162.

HSL color Cylindrical-coordinate representation of color #62758E: hue angle of 214.09º 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 #62758E is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98117142-
CMYK0.310.1800.44
HSL214.09º18.33%47.06%-
HSV(B)214.09º30.99%55.69%-
XYZ16.2817.2728.07-
YUV114.17143.71116.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.45%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=27.45%
G=32.77%
B=39.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981171420.310.1800.44214.0918.3347.06
Hex62758E1F1202Cd6122f
Octal14216521637220543262257
Binary1100010111010110001110111111001001011001101011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62758E; }

 p { color: rgb(98,117,142); }

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

<style>
 a { background-color: #62758E; }

 a { background-color: rgb(98,117,142); }

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

<style>
 span { border-color: #62758E; }

 span { border-color: rgb(98,117,142); }

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