#626F81

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

Shades of Raven #626F81

Tints of Raven #626F81

Color information

#626F81 (or 0x626F81) is unknown color: approx Raven. HEX triplet: 62, 6F and 81. RGB value is (98,111,129). Sum of RGB (Red+Green+Blue) = 98+111+129=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #626F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F81 is #9D907E. Grayscale: #6D6D6D. Windows color (decimal): -10326143 or 8482658. OLE color: 8482658.

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

Color convert

RGB98111129-
CMYK0.240.1400.49
HSL214.84º13.66%44.51%-
HSV(B)214.84º24.03%50.59%-
XYZ14.6815.5523-
YUV109.16139.19120.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.99%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 129 (50.78% from 255) = 38.17%
R=28.99%
G=32.84%
B=38.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981111290.240.1400.49214.8413.6644.51
Hex626F8118E031d7e2d
Octal14215720130160613271655
Binary11000101101111100000011100011100110001110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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