#627080

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

Shades of Raven #627080

Tints of Raven #627080

Color information

#627080 (or 0x627080) is unknown color: approx Raven. HEX triplet: 62, 70 and 80. RGB value is (98,112,128). Sum of RGB (Red+Green+Blue) = 98+112+128=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 128 - color contains mainly: blue. Hex color #627080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627080 is #9D8F7F. Grayscale: #6D6D6D. Windows color (decimal): -10325888 or 8417378. OLE color: 8417378.

HSL color Cylindrical-coordinate representation of color #627080: hue angle of 212º 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 #627080 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB98112128-
CMYK0.230.1200.50
HSL212º13.27%44.31%-
HSV(B)212º23.44%50.2%-
XYZ14.7315.7422.68-
YUV109.64138.36119.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.99%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=28.99%
G=33.14%
B=37.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal981121280.230.1200.5021213.2744.31
Hex62708017C032d4d2c
Octal14216020027140623241554
Binary11000101110000100000001011111000110010110101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627080; }

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

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

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

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

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

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

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

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