#626B81

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

Shades of Waikawa Grey #626B81

Tints of Waikawa Grey #626B81

Color information

#626B81 (or 0x626B81) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6B and 81. RGB value is (98,107,129). Sum of RGB (Red+Green+Blue) = 98+107+129=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 129 - color contains mainly: blue. Hex color #626B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626B81 is #9D947E. Grayscale: #6A6A6A. Windows color (decimal): -10327167 or 8481634. OLE color: 8481634.

HSL color Cylindrical-coordinate representation of color #626B81: hue angle of 222.58º 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 #626B81 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB98107129-
CMYK0.240.1700.49
HSL222.58º13.66%44.51%-
HSV(B)222.58º24.03%50.59%-
XYZ14.2614.722.85-
YUV106.82140.52121.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.34%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 129 (50.78% from 255) = 38.62%
R=29.34%
G=32.04%
B=38.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981071290.240.1700.49222.5813.6644.51
Hex626B811811031dfe2d
Octal14215320130210613371655
Binary110001011010111000000111000100010110001110111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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