#626983

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

Shades of Waikawa Grey #626983

Tints of Waikawa Grey #626983

Color information

#626983 (or 0x626983) is unknown color: approx Waikawa Grey. HEX triplet: 62, 69 and 83. RGB value is (98,105,131). Sum of RGB (Red+Green+Blue) = 98+105+131=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #626983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626983 is #9D967C. Grayscale: #696969. Windows color (decimal): -10327677 or 8612194. OLE color: 8612194.

HSL color Cylindrical-coordinate representation of color #626983: hue angle of 227.27º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #626983 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB98105131-
CMYK0.250.2000.49
HSL227.27º14.41%44.9%-
HSV(B)227.27º25.19%51.37%-
XYZ14.1914.3423.49-
YUV105.87142.18122.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.34%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=29.34%
G=31.44%
B=39.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981051310.250.2000.49227.2714.4144.9
Hex6269831914031e3e2d
Octal14215120331240613431655
Binary110001011010011000001111001101000110001111000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626983; }

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

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

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

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

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

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

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

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