#626691

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

Shades of Waikawa Grey #626691

Tints of Waikawa Grey #626691

Color information

#626691 (or 0x626691) is unknown color: approx Waikawa Grey. HEX triplet: 62, 66 and 91. RGB value is (98,102,145). Sum of RGB (Red+Green+Blue) = 98+102+145=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #626691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626691 is #9D996E. Grayscale: #696969. Windows color (decimal): -10328431 or 9528930. OLE color: 9528930.

HSL color Cylindrical-coordinate representation of color #626691: hue angle of 234.89º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #626691 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB98102145-
CMYK0.320.3000.43
HSL234.89º19.34%47.65%-
HSV(B)234.89º32.41%56.86%-
XYZ14.914.1428.73-
YUV105.71150.17122.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.41%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 145 (57.03% from 255) = 42.03%
R=28.41%
G=29.57%
B=42.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981021450.320.3000.43234.8919.3447.65
Hex626691201E02Beb1330
Octal14214622140360533532360
Binary11000101100110100100011000001111001010111110101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626691; }

 p { color: rgb(98,102,145); }

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

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

 a { background-color: rgb(98,102,145); }

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

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

 span { border-color: rgb(98,102,145); }

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