#626D84

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

Shades of Waikawa Grey #626D84

Tints of Waikawa Grey #626D84

Color information

#626D84 (or 0x626D84) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6D and 84. RGB value is (98,109,132). Sum of RGB (Red+Green+Blue) = 98+109+132=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #626D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626D84 is #9D927B. Grayscale: #6C6C6C. Windows color (decimal): -10326652 or 8678754. OLE color: 8678754.

HSL color Cylindrical-coordinate representation of color #626D84: hue angle of 220.59º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #626D84 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB98109132-
CMYK0.260.1700.48
HSL220.59º14.78%45.1%-
HSV(B)220.59º25.76%51.76%-
XYZ14.6715.223.99-
YUV108.33141.36120.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.91%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=28.91%
G=32.15%
B=38.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981091320.260.1700.48220.5914.7845.1
Hex626D841A11030ddf2d
Octal14215520432210603351755
Binary110001011011011000010011010100010110000110111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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