#63717F

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

Shades of Raven #63717F

Tints of Raven #63717F

Color information

#63717F (or 0x63717F) is unknown color: approx Raven. HEX triplet: 63, 71 and 7F. RGB value is (99,113,127). Sum of RGB (Red+Green+Blue) = 99+113+127=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 127 - color contains mainly: blue. Hex color #63717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63717F is #9C8E80. Grayscale: #6E6E6E. Windows color (decimal): -10260097 or 8352099. OLE color: 8352099.

HSL color Cylindrical-coordinate representation of color #63717F: hue angle of 210º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #63717F is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB99113127-
CMYK0.220.1100.50
HSL210º12.39%44.31%-
HSV(B)210º22.05%49.8%-
XYZ14.881622.38-
YUV110.41137.36119.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.20%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 37.46%
R=29.20%
G=33.33%
B=37.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal991131270.220.1100.5021012.3944.31
Hex63717F16B032d2c2c
Octal14316117726130623221454
Binary1100011111000111111111011010110110010110100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63717F; }

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

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

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

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

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

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

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

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