Html Css Color HEX #63807C Rolling Stone

📋 copy color: '#63807C'

red 99 ◦ green 128 ◦ blue 124

#63807C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rolling Stone #63807C

Tints of Rolling Stone #63807C

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 value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#63807C (or 0x63807C) is known color: 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

RGB 99 128 124 -
CMYK 0.23 0 0.03 0.50
HSL 171.72º 0.13% 0.45% -
HSV(B) 171.72º 0.23% 0.5% -
XYZ 16.5 19.55 21.97 -
YUV 118.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 99 128 124 0.23 0 0.03 0.50 171.72 0.13 0.45
Hex 63 80 7C 17 0 3 32 AC D 2D
Octal 143 200 174 27 0 3 62 254 15 55
Binary 1100011 10000000 1111100 10111 0 11 110010 10101100 1101 101101

Color Harmonies of #63807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63807C

Black with #63807C

Text Example


Text Example

White with #63807C

Text Example


Text Example

HTML Codes & Css Web 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>