#63807C

Color #63807C Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #63807C

Tints of Rolling Stone #63807C

Color information

#63807C (or 0x63807C) is unknown color: approx Rolling Stone. HEX triplet: 63, 80 and 7C. RGB value is (99,128,124). Sum of RGB (Red+Green+Blue) = 99+128+124=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 128 - color contains mainly: green. Hex color #63807C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63807C is #9C7F83. Grayscale: #767676. Windows color (decimal): -10256260 or 8159331. OLE color: 8159331.

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

Color convert

RGB99128124-
CMYK0.2300.030.50
HSL171.72º12.78%44.51%-
HSV(B)171.72º22.66%50.2%-
XYZ16.519.5521.97-
YUV118.87130.89113.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.21%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=28.21%
G=36.47%
B=35.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal991281240.2300.030.50171.7212.7844.51
Hex63807C170332acd2d
Octal1432001742703622541555
Binary110001110000000111110010111011110010101011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63807C; }

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

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

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

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

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

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

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

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