#626E8E

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

Shades of Waikawa Grey #626E8E

Tints of Waikawa Grey #626E8E

Color information

#626E8E (or 0x626E8E) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6E and 8E. RGB value is (98,110,142). Sum of RGB (Red+Green+Blue) = 98+110+142=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #626E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E8E is #9D9171. Grayscale: #6D6D6D. Windows color (decimal): -10326386 or 9334370. OLE color: 9334370.

HSL color Cylindrical-coordinate representation of color #626E8E: hue angle of 223.64º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #626E8E is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98110142-
CMYK0.310.2300.44
HSL223.64º18.33%47.06%-
HSV(B)223.64º30.99%55.69%-
XYZ15.515.727.81-
YUV110.06146.02119.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=28%
G=31.43%
B=40.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981101420.310.2300.44223.6418.3347.06
Hex626E8E1F1702Ce0122f
Octal14215621637270543402257
Binary1100010110111010001110111111011101011001110000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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