#626A8B

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

Shades of Waikawa Grey #626A8B

Tints of Waikawa Grey #626A8B

Color information

#626A8B (or 0x626A8B) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6A and 8B. RGB value is (98,106,139). Sum of RGB (Red+Green+Blue) = 98+106+139=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #626A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626A8B is #9D9574. Grayscale: #6B6B6B. Windows color (decimal): -10327413 or 9136738. OLE color: 9136738.

HSL color Cylindrical-coordinate representation of color #626A8B: hue angle of 228.29º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #626A8B is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98106139-
CMYK0.290.2400.45
HSL228.29º17.3%46.47%-
HSV(B)228.29º29.5%54.51%-
XYZ14.8514.7726.49-
YUV107.37145.85121.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.57%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=28.57%
G=30.90%
B=40.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981061390.290.2400.45228.2917.346.47
Hex626A8B1D1802De4112e
Octal14215221335300553442156
Binary1100010110101010001011111011100001011011110010010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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