#62719E

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

Shades of Waikawa Grey #62719E

Tints of Waikawa Grey #62719E

Color information

#62719E (or 0x62719E) is unknown color: approx Waikawa Grey. HEX triplet: 62, 71 and 9E. RGB value is (98,113,158). Sum of RGB (Red+Green+Blue) = 98+113+158=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #62719E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62719E is #9D8E61. Grayscale: #717171. Windows color (decimal): -10325602 or 10383714. OLE color: 10383714.

HSL color Cylindrical-coordinate representation of color #62719E: hue angle of 225º 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 #62719E is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB98113158-
CMYK0.380.2800.38
HSL225º23.62%50.2%-
HSV(B)225º37.97%61.96%-
XYZ17.1116.8834.7-
YUV113.65153.03116.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.56%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=26.56%
G=30.62%
B=42.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981131580.380.2800.3822523.6250.2
Hex62719E261C026e11832
Octal14216123646340463413062
Binary11000101110001100111101001101110001001101110000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,113,158); }

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

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

 a { background-color: rgb(98,113,158); }

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

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

 span { border-color: rgb(98,113,158); }

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