#626D80

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

Shades of Raven #626D80

Tints of Raven #626D80

Color information

#626D80 (or 0x626D80) is unknown color: approx Raven. HEX triplet: 62, 6D and 80. RGB value is (98,109,128). Sum of RGB (Red+Green+Blue) = 98+109+128=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 128 - color contains mainly: blue. Hex color #626D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626D80 is #9D927F. Grayscale: #6B6B6B. Windows color (decimal): -10326656 or 8416610. OLE color: 8416610.

HSL color Cylindrical-coordinate representation of color #626D80: hue angle of 218º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #626D80 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB98109128-
CMYK0.230.1500.50
HSL218º13.27%44.31%-
HSV(B)218º23.44%50.2%-
XYZ14.415.0922.58-
YUV107.88139.36120.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 128 (50.39% from 255) = 38.21%
R=29.25%
G=32.54%
B=38.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal981091280.230.1500.5021813.2744.31
Hex626D8017F032dad2c
Octal14215520027170623321554
Binary11000101101101100000001011111110110010110110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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