#627082

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

Shades of Raven #627082

Tints of Raven #627082

Color information

#627082 (or 0x627082) is unknown color: approx Raven. HEX triplet: 62, 70 and 82. RGB value is (98,112,130). Sum of RGB (Red+Green+Blue) = 98+112+130=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 130 - color contains mainly: blue. Hex color #627082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627082 is #9D8F7D. Grayscale: #6D6D6D. Windows color (decimal): -10325886 or 8548450. OLE color: 8548450.

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

Color convert

RGB98112130-
CMYK0.250.1400.49
HSL213.75º14.04%44.71%-
HSV(B)213.75º24.62%50.98%-
XYZ14.8615.823.38-
YUV109.87139.36119.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.82%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=28.82%
G=32.94%
B=38.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981121300.250.1400.49213.7514.0444.71
Hex62708219E031d6e2d
Octal14216020231160613261655
Binary11000101110000100000101100111100110001110101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627082; }

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

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

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

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

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

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

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

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