#626F84

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

Shades of Waikawa Grey #626F84

Tints of Waikawa Grey #626F84

Color information

#626F84 (or 0x626F84) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6F and 84. RGB value is (98,111,132). Sum of RGB (Red+Green+Blue) = 98+111+132=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #626F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F84 is #9D907B. Grayscale: #6D6D6D. Windows color (decimal): -10326140 or 8679266. OLE color: 8679266.

HSL color Cylindrical-coordinate representation of color #626F84: hue angle of 217.06º 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 #626F84 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB98111132-
CMYK0.260.1600.48
HSL217.06º14.78%45.1%-
HSV(B)217.06º25.76%51.76%-
XYZ14.8915.6324.06-
YUV109.51140.69119.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.74%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=28.74%
G=32.55%
B=38.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981111320.260.1600.48217.0614.7845.1
Hex626F841A10030d9f2d
Octal14215720432200603311755
Binary110001011011111000010011010100000110000110110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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