#626E8A

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

Shades of Waikawa Grey #626E8A

Tints of Waikawa Grey #626E8A

Color information

#626E8A (or 0x626E8A) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6E and 8A. RGB value is (98,110,138). Sum of RGB (Red+Green+Blue) = 98+110+138=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #626E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E8A is #9D9175. Grayscale: #6D6D6D. Windows color (decimal): -10326390 or 9072226. OLE color: 9072226.

HSL color Cylindrical-coordinate representation of color #626E8A: hue angle of 222º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #626E8A is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB98110138-
CMYK0.290.2000.46
HSL222º16.95%46.27%-
HSV(B)222º28.99%54.12%-
XYZ15.215.5826.25-
YUV109.6144.02119.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.32%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=28.32%
G=31.79%
B=39.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981101380.290.2000.4622216.9546.27
Hex626E8A1D1402Ede112e
Octal14215621235240563362156
Binary1100010110111010001010111011010001011101101111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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