#626F8D

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

Shades of Waikawa Grey #626F8D

Tints of Waikawa Grey #626F8D

Color information

#626F8D (or 0x626F8D) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6F and 8D. RGB value is (98,111,141). Sum of RGB (Red+Green+Blue) = 98+111+141=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #626F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F8D is #9D9072. Grayscale: #6E6E6E. Windows color (decimal): -10326131 or 9269090. OLE color: 9269090.

HSL color Cylindrical-coordinate representation of color #626F8D: hue angle of 221.86º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #626F8D is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98111141-
CMYK0.300.2100.45
HSL221.86º17.99%46.86%-
HSV(B)221.86º30.5%55.29%-
XYZ15.5315.8927.45-
YUV110.53145.19119.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 141 (55.47% from 255) = 40.29%
R=28%
G=31.71%
B=40.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981111410.300.2100.45221.8617.9946.86
Hex626F8D1E1502Dde122f
Octal14215721536250553362257
Binary1100010110111110001101111101010101011011101111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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