#626D83

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

Shades of Waikawa Grey #626D83

Tints of Waikawa Grey #626D83

Color information

#626D83 (or 0x626D83) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6D and 83. RGB value is (98,109,131). Sum of RGB (Red+Green+Blue) = 98+109+131=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #626D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626D83 is #9D927C. Grayscale: #6C6C6C. Windows color (decimal): -10326653 or 8613218. OLE color: 8613218.

HSL color Cylindrical-coordinate representation of color #626D83: hue angle of 220º 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 #626D83 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB98109131-
CMYK0.250.1700.49
HSL220º14.41%44.9%-
HSV(B)220º25.19%51.37%-
XYZ14.615.1723.63-
YUV108.22140.86120.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.99%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=28.99%
G=32.25%
B=38.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981091310.250.1700.4922014.4144.9
Hex626D831911031dce2d
Octal14215520331210613341655
Binary110001011011011000001111001100010110001110111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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