#626981

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

Shades of Waikawa Grey #626981

Tints of Waikawa Grey #626981

Color information

#626981 (or 0x626981) is unknown color: approx Waikawa Grey. HEX triplet: 62, 69 and 81. RGB value is (98,105,129). Sum of RGB (Red+Green+Blue) = 98+105+129=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 129 - color contains mainly: blue. Hex color #626981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626981 is #9D967E. Grayscale: #696969. Windows color (decimal): -10327679 or 8481122. OLE color: 8481122.

HSL color Cylindrical-coordinate representation of color #626981: hue angle of 226.45º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #626981 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB98105129-
CMYK0.240.1900.49
HSL226.45º13.66%44.51%-
HSV(B)226.45º24.03%50.59%-
XYZ14.0514.2822.79-
YUV105.64141.18122.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=29.52%
G=31.63%
B=38.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981051290.240.1900.49226.4513.6644.51
Hex6269811813031e2e2d
Octal14215120130230613421655
Binary110001011010011000000111000100110110001111000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626981; }

 p { color: rgb(98,105,129); }

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

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

 a { background-color: rgb(98,105,129); }

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

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

 span { border-color: rgb(98,105,129); }

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