#626D8A

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

Shades of Waikawa Grey #626D8A

Tints of Waikawa Grey #626D8A

Color information

#626D8A (or 0x626D8A) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6D and 8A. RGB value is (98,109,138). Sum of RGB (Red+Green+Blue) = 98+109+138=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #626D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626D8A is #9D9275. Grayscale: #6C6C6C. Windows color (decimal): -10326646 or 9071970. OLE color: 9071970.

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

Color convert

RGB98109138-
CMYK0.290.2100.46
HSL223.5º16.95%46.27%-
HSV(B)223.5º28.99%54.12%-
XYZ15.0915.3726.22-
YUV109.02144.36120.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.41%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 138 (54.30% from 255) = 40%
R=28.41%
G=31.59%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981091380.290.2100.46223.516.9546.27
Hex626D8A1D1502Ee0112e
Octal14215521235250563402156
Binary1100010110110110001010111011010101011101110000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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