#626B90

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

Shades of Waikawa Grey #626B90

Tints of Waikawa Grey #626B90

Color information

#626B90 (or 0x626B90) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6B and 90. RGB value is (98,107,144). Sum of RGB (Red+Green+Blue) = 98+107+144=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #626B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626B90 is #9D946F. Grayscale: #6C6C6C. Windows color (decimal): -10327152 or 9464674. OLE color: 9464674.

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

Color convert

RGB98107144-
CMYK0.320.2600.44
HSL228.26º19.01%47.45%-
HSV(B)228.26º31.94%56.47%-
XYZ15.3315.1328.5-
YUV108.53148.02120.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.08%
GREEN value IS 107 (42.19% from 255) = 30.66%
BLUE value IS 144 (56.64% from 255) = 41.26%
R=28.08%
G=30.66%
B=41.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981071440.320.2600.44228.2619.0147.45
Hex626B90201A02Ce4132f
Octal14215322040320543442357
Binary11000101101011100100001000001101001011001110010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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