#626990

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

Shades of Waikawa Grey #626990

Tints of Waikawa Grey #626990

Color information

#626990 (or 0x626990) is unknown color: approx Waikawa Grey. HEX triplet: 62, 69 and 90. RGB value is (98,105,144). Sum of RGB (Red+Green+Blue) = 98+105+144=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #626990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626990 is #9D966F. Grayscale: #6B6B6B. Windows color (decimal): -10327664 or 9464162. OLE color: 9464162.

HSL color Cylindrical-coordinate representation of color #626990: hue angle of 230.87º 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 #626990 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98105144-
CMYK0.320.2700.44
HSL230.87º19.01%47.45%-
HSV(B)230.87º31.94%56.47%-
XYZ15.1214.7128.43-
YUV107.35148.68121.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.24%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=28.24%
G=30.26%
B=41.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981051440.320.2700.44230.8719.0147.45
Hex626990201B02Ce7132f
Octal14215122040330543472357
Binary11000101101001100100001000001101101011001110011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626990; }

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

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

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

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

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

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

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

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