#626E98

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

Shades of Waikawa Grey #626E98

Tints of Waikawa Grey #626E98

Color information

#626E98 (or 0x626E98) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6E and 98. RGB value is (98,110,152). Sum of RGB (Red+Green+Blue) = 98+110+152=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #626E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E98 is #9D9167. Grayscale: #6F6F6F. Windows color (decimal): -10326376 or 9989730. OLE color: 9989730.

HSL color Cylindrical-coordinate representation of color #626E98: hue angle of 226.67º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #626E98 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB98110152-
CMYK0.360.2800.40
HSL226.67º21.6%49.02%-
HSV(B)226.67º35.53%59.61%-
XYZ16.2816.0231.94-
YUV111.2151.02118.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.22%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 152 (59.77% from 255) = 42.22%
R=27.22%
G=30.56%
B=42.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal981101520.360.2800.40226.6721.649.02
Hex626E98241C028e31631
Octal14215623044340503432661
Binary11000101101110100110001001001110001010001110001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626E98; }

 p { color: rgb(98,110,152); }

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

<style>
 a { background-color: #626E98; }

 a { background-color: rgb(98,110,152); }

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

<style>
 span { border-color: #626E98; }

 span { border-color: rgb(98,110,152); }

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