#63807B

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

Shades of Rolling Stone #63807B

Tints of Rolling Stone #63807B

Color information

#63807B (or 0x63807B) is unknown color: approx Rolling Stone. HEX triplet: 63, 80 and 7B. RGB value is (99,128,123). Sum of RGB (Red+Green+Blue) = 99+128+123=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 128 - color contains mainly: green. Hex color #63807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63807B is #9C7F84. Grayscale: #767676. Windows color (decimal): -10256261 or 8093795. OLE color: 8093795.

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

Color convert

RGB99128123-
CMYK0.2300.040.50
HSL169.66º12.78%44.51%-
HSV(B)169.66º22.66%50.2%-
XYZ16.4419.5221.64-
YUV118.76130.39113.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.29%
GREEN value IS 128 (50.39% from 255) = 36.57%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=28.29%
G=36.57%
B=35.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal991281230.2300.040.50169.6612.7844.51
Hex63807B170432aad2d
Octal1432001732704622521555
Binary1100011100000001111011101110100110010101010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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