#626C98

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

Shades of Waikawa Grey #626C98

Tints of Waikawa Grey #626C98

Color information

#626C98 (or 0x626C98) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6C and 98. RGB value is (98,108,152). Sum of RGB (Red+Green+Blue) = 98+108+152=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #626C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626C98 is #9D9367. Grayscale: #6D6D6D. Windows color (decimal): -10326888 or 9989218. OLE color: 9989218.

HSL color Cylindrical-coordinate representation of color #626C98: hue angle of 228.89º 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 #626C98 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB98108152-
CMYK0.360.2900.40
HSL228.89º21.6%49.02%-
HSV(B)228.89º35.53%59.61%-
XYZ16.0715.5931.87-
YUV110.03151.69119.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.37%
GREEN value IS 108 (42.58% from 255) = 30.17%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=27.37%
G=30.17%
B=42.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal981081520.360.2900.40228.8921.649.02
Hex626C98241D028e51631
Octal14215423044350503452661
Binary11000101101100100110001001001110101010001110010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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