#62709F

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

Shades of Waikawa Grey #62709F

Tints of Waikawa Grey #62709F

Color information

#62709F (or 0x62709F) is unknown color: approx Waikawa Grey. HEX triplet: 62, 70 and 9F. RGB value is (98,112,159). Sum of RGB (Red+Green+Blue) = 98+112+159=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #62709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62709F is #9D8F60. Grayscale: #707070. Windows color (decimal): -10325857 or 10448994. OLE color: 10448994.

HSL color Cylindrical-coordinate representation of color #62709F: hue angle of 226.23º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62709F is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB98112159-
CMYK0.380.3000.38
HSL226.23º24.11%50.39%-
HSV(B)226.23º38.36%62.35%-
XYZ17.0916.6935.12-
YUV113.17153.86117.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.56%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 159 (62.5% from 255) = 43.09%
R=26.56%
G=30.35%
B=43.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981121590.380.3000.38226.2324.1150.39
Hex62709F261E026e21832
Octal14216023746360463423062
Binary11000101110000100111111001101111001001101110001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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