#637080

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

Shades of Raven #637080

Tints of Raven #637080

Color information

#637080 (or 0x637080) is unknown color: approx Raven. HEX triplet: 63, 70 and 80. RGB value is (99,112,128). Sum of RGB (Red+Green+Blue) = 99+112+128=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #637080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637080 is #9C8F7F. Grayscale: #6D6D6D. Windows color (decimal): -10260352 or 8417379. OLE color: 8417379.

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

Color convert

RGB99112128-
CMYK0.230.1200.50
HSL213.1º12.78%44.51%-
HSV(B)213.1º22.66%50.2%-
XYZ14.8415.822.69-
YUV109.94138.19120.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.20%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=29.20%
G=33.04%
B=37.76%

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
Decimal991121280.230.1200.50213.112.7844.51
Hex63708017C032d5d2d
Octal14316020027140623251555
Binary11000111110000100000001011111000110010110101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637080; }

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

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

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

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

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

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

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

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