#626F8A

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

Shades of Waikawa Grey #626F8A

Tints of Waikawa Grey #626F8A

Color information

#626F8A (or 0x626F8A) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6F and 8A. RGB value is (98,111,138). Sum of RGB (Red+Green+Blue) = 98+111+138=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #626F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F8A is #9D9075. Grayscale: #6E6E6E. Windows color (decimal): -10326134 or 9072482. OLE color: 9072482.

HSL color Cylindrical-coordinate representation of color #626F8A: hue angle of 220.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 #626F8A is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB98111138-
CMYK0.290.2000.46
HSL220.5º16.95%46.27%-
HSV(B)220.5º28.99%54.12%-
XYZ15.3115.826.29-
YUV110.19143.69119.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.24%
GREEN value IS 111 (43.75% from 255) = 31.99%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=28.24%
G=31.99%
B=39.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981111380.290.2000.46220.516.9546.27
Hex626F8A1D1402Edc112e
Octal14215721235240563342156
Binary1100010110111110001010111011010001011101101110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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