#626890

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

Shades of Waikawa Grey #626890

Tints of Waikawa Grey #626890

Color information

#626890 (or 0x626890) is unknown color: approx Waikawa Grey. HEX triplet: 62, 68 and 90. RGB value is (98,104,144). Sum of RGB (Red+Green+Blue) = 98+104+144=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #626890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626890 is #9D976F. Grayscale: #6A6A6A. Windows color (decimal): -10327920 or 9463906. OLE color: 9463906.

HSL color Cylindrical-coordinate representation of color #626890: hue angle of 232.17º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #626890 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98104144-
CMYK0.320.2800.44
HSL232.17º19.01%47.45%-
HSV(B)232.17º31.94%56.47%-
XYZ15.0214.5128.39-
YUV106.77149.01121.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.32%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 144 (56.64% from 255) = 41.62%
R=28.32%
G=30.06%
B=41.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981041440.320.2800.44232.1719.0147.45
Hex626890201C02Ce8132f
Octal14215022040340543502357
Binary11000101101000100100001000001110001011001110100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626890; }

 p { color: rgb(98,104,144); }

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

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

 a { background-color: rgb(98,104,144); }

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

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

 span { border-color: rgb(98,104,144); }

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