#62708D

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

Shades of Waikawa Grey #62708D

Tints of Waikawa Grey #62708D

Color information

#62708D (or 0x62708D) is unknown color: approx Waikawa Grey. HEX triplet: 62, 70 and 8D. RGB value is (98,112,141). Sum of RGB (Red+Green+Blue) = 98+112+141=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #62708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62708D is #9D8F72. Grayscale: #6E6E6E. Windows color (decimal): -10325875 or 9269346. OLE color: 9269346.

HSL color Cylindrical-coordinate representation of color #62708D: hue angle of 220.47º 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 #62708D is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98112141-
CMYK0.300.2100.45
HSL220.47º17.99%46.86%-
HSV(B)220.47º30.5%55.29%-
XYZ15.6416.1127.48-
YUV111.12144.86118.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.92%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=27.92%
G=31.91%
B=40.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981121410.300.2100.45220.4717.9946.86
Hex62708D1E1502Ddc122f
Octal14216021536250553342257
Binary1100010111000010001101111101010101011011101110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62708D; }

 p { color: rgb(98,112,141); }

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

<style>
 a { background-color: #62708D; }

 a { background-color: rgb(98,112,141); }

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

<style>
 span { border-color: #62708D; }

 span { border-color: rgb(98,112,141); }

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