#626A90

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

Shades of Waikawa Grey #626A90

Tints of Waikawa Grey #626A90

Color information

#626A90 (or 0x626A90) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6A and 90. RGB value is (98,106,144). Sum of RGB (Red+Green+Blue) = 98+106+144=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #626A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626A90 is #9D956F. Grayscale: #6B6B6B. Windows color (decimal): -10327408 or 9464418. OLE color: 9464418.

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

Color convert

RGB98106144-
CMYK0.320.2600.44
HSL229.57º19.01%47.45%-
HSV(B)229.57º31.94%56.47%-
XYZ15.2314.9228.46-
YUV107.94148.35120.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.16%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 144 (56.64% from 255) = 41.38%
R=28.16%
G=30.46%
B=41.38%

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
Decimal981061440.320.2600.44229.5719.0147.45
Hex626A90201A02Ce6132f
Octal14215222040320543462357
Binary11000101101010100100001000001101001011001110011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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