#626F9F

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

Shades of Waikawa Grey #626F9F

Tints of Waikawa Grey #626F9F

Color information

#626F9F (or 0x626F9F) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6F and 9F. RGB value is (98,111,159). Sum of RGB (Red+Green+Blue) = 98+111+159=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #626F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F9F is #9D9060. Grayscale: #707070. Windows color (decimal): -10326113 or 10448738. OLE color: 10448738.

HSL color Cylindrical-coordinate representation of color #626F9F: hue angle of 227.21º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #626F9F is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB98111159-
CMYK0.380.3000.38
HSL227.21º24.11%50.39%-
HSV(B)227.21º38.36%62.35%-
XYZ16.9816.4735.08-
YUV112.58154.19117.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.63%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=26.63%
G=30.16%
B=43.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981111590.380.3000.38227.2124.1150.39
Hex626F9F261E026e31832
Octal14215723746360463433062
Binary11000101101111100111111001101111001001101110001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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