#626E84

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

Shades of Waikawa Grey #626E84

Tints of Waikawa Grey #626E84

Color information

#626E84 (or 0x626E84) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6E and 84. RGB value is (98,110,132). Sum of RGB (Red+Green+Blue) = 98+110+132=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #626E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E84 is #9D917B. Grayscale: #6C6C6C. Windows color (decimal): -10326396 or 8679010. OLE color: 8679010.

HSL color Cylindrical-coordinate representation of color #626E84: hue angle of 218.82º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #626E84 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB98110132-
CMYK0.260.1700.48
HSL218.82º14.78%45.1%-
HSV(B)218.82º25.76%51.76%-
XYZ14.7815.4124.03-
YUV108.92141.02120.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.82%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 132 (51.95% from 255) = 38.82%
R=28.82%
G=32.35%
B=38.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981101320.260.1700.48218.8214.7845.1
Hex626E841A11030dbf2d
Octal14215620432210603331755
Binary110001011011101000010011010100010110000110110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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