#637180

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

Shades of Raven #637180

Tints of Raven #637180

Color information

#637180 (or 0x637180) is unknown color: approx Raven. HEX triplet: 63, 71 and 80. RGB value is (99,113,128). Sum of RGB (Red+Green+Blue) = 99+113+128=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 128 - color contains mainly: blue. Hex color #637180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637180 is #9C8E7F. Grayscale: #6E6E6E. Windows color (decimal): -10260096 or 8417635. OLE color: 8417635.

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

Color convert

RGB99113128-
CMYK0.230.1200.50
HSL211.03º12.78%44.51%-
HSV(B)211.03º22.66%50.2%-
XYZ14.9516.0222.73-
YUV110.52137.86119.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=29.12%
G=33.24%
B=37.65%

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
Decimal991131280.230.1200.50211.0312.7844.51
Hex63718017C032d3d2d
Octal14316120027140623231555
Binary11000111110001100000001011111000110010110100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637180; }

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

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

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

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

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

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

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

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