#626F8E

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

Shades of Waikawa Grey #626F8E

Tints of Waikawa Grey #626F8E

Color information

#626F8E (or 0x626F8E) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6F and 8E. RGB value is (98,111,142). Sum of RGB (Red+Green+Blue) = 98+111+142=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #626F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F8E is #9D9071. Grayscale: #6E6E6E. Windows color (decimal): -10326130 or 9334626. OLE color: 9334626.

HSL color Cylindrical-coordinate representation of color #626F8E: hue angle of 222.27º 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 #626F8E is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98111142-
CMYK0.310.2200.44
HSL222.27º18.33%47.06%-
HSV(B)222.27º30.99%55.69%-
XYZ15.615.9227.84-
YUV110.65145.69118.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.92%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=27.92%
G=31.62%
B=40.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981111420.310.2200.44222.2718.3347.06
Hex626F8E1F1602Cde122f
Octal14215721637260543362257
Binary1100010110111110001110111111011001011001101111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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