#626F82

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

Shades of Raven #626F82

Tints of Raven #626F82

Color information

#626F82 (or 0x626F82) is unknown color: approx Raven. HEX triplet: 62, 6F and 82. RGB value is (98,111,130). Sum of RGB (Red+Green+Blue) = 98+111+130=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 130 - color contains mainly: blue. Hex color #626F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F82 is #9D907D. Grayscale: #6D6D6D. Windows color (decimal): -10326142 or 8548194. OLE color: 8548194.

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

Color convert

RGB98111130-
CMYK0.250.1500.49
HSL215.62º14.04%44.71%-
HSV(B)215.62º24.62%50.98%-
XYZ14.7515.5823.35-
YUV109.28139.69119.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.91%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=28.91%
G=32.74%
B=38.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981111300.250.1500.49215.6214.0444.71
Hex626F8219F031d8e2d
Octal14215720231170613301655
Binary11000101101111100000101100111110110001110110001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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