#626984

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

Shades of Waikawa Grey #626984

Tints of Waikawa Grey #626984

Color information

#626984 (or 0x626984) is unknown color: approx Waikawa Grey. HEX triplet: 62, 69 and 84. RGB value is (98,105,132). Sum of RGB (Red+Green+Blue) = 98+105+132=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #626984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626984 is #9D967B. Grayscale: #696969. Windows color (decimal): -10327676 or 8677730. OLE color: 8677730.

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

Color convert

RGB98105132-
CMYK0.260.2000.48
HSL227.65º14.78%45.1%-
HSV(B)227.65º25.76%51.76%-
XYZ14.2514.3723.85-
YUV105.98142.68122.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=29.25%
G=31.34%
B=39.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981051320.260.2000.48227.6514.7845.1
Hex6269841A14030e4f2d
Octal14215120432240603441755
Binary110001011010011000010011010101000110000111001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626984; }

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

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

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

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

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

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

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

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