#626B8A

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

Shades of Waikawa Grey #626B8A

Tints of Waikawa Grey #626B8A

Color information

#626B8A (or 0x626B8A) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6B and 8A. RGB value is (98,107,138). Sum of RGB (Red+Green+Blue) = 98+107+138=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #626B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626B8A is #9D9475. Grayscale: #6B6B6B. Windows color (decimal): -10327158 or 9071458. OLE color: 9071458.

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

Color convert

RGB98107138-
CMYK0.290.2200.46
HSL226.5º16.95%46.27%-
HSV(B)226.5º28.99%54.12%-
XYZ14.8814.9526.15-
YUV107.84145.02120.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.57%
GREEN value IS 107 (42.19% from 255) = 31.20%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=28.57%
G=31.20%
B=40.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981071380.290.2200.46226.516.9546.27
Hex626B8A1D1602Ee2112e
Octal14215321235260563422156
Binary1100010110101110001010111011011001011101110001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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