Html Css Color HEX #63847E Rolling Stone

📋 copy color: '#63847E'

red 99 ◦ green 132 ◦ blue 126

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

Shades of Rolling Stone #63847E

Tints of Rolling Stone #63847E

RGB

 RED value IS 99 (39.06% from 255) = 27.73%

 GREEN value IS 132 (51.95% from 255) = 36.97%

 BLUE value IS 126 (49.61% from 255) = 35.29%

R = 27.73%
G = 36.97%
B = 35.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#63847E (or 0x63847E) is known color: Rolling Stone. HEX triplet: 63, 84 and 7E. RGB value is (99,132,126). Sum of RGB (Red+Green+Blue) = 99+132+126=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #63847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63847E is #9C7B81. Grayscale: #797979. Windows color (decimal): -10255234 or 8291427. OLE color: 8291427.

HSL color Cylindrical-coordinate representation of color #63847E: hue angle of 169.09º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63847E is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 126 -
CMYK 0.25 0 0.05 0.48
HSL 169.09º 0.14% 0.45% -
HSV(B) 169.09º 0.25% 0.52% -
XYZ 17.16 20.66 22.82 -
YUV 121.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 99 132 126 0.25 0 0.05 0.48 169.09 0.14 0.45
Hex 63 84 7E 19 0 5 30 A9 E 2D
Octal 143 204 176 31 0 5 60 251 16 55
Binary 1100011 10000100 1111110 11001 0 101 110000 10101001 1110 101101

Color Harmonies of #63847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63847E

Black with #63847E

Text Example


Text Example

White with #63847E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63847E; }

 p { color: rgb(99,132,126); }

 H1.HeaderClassName
 {
   color: #63847E;
 }
 .AnyTagClassName
 {
   color: #63847E;
 }
</style>

background-color css

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

 a { background-color: rgb(99,132,126); }

 div.DivClassName
 {
   background-color: #63847E;
 }
 .BgClassName
 {
   background-color: #63847E;
 }
</style>

border-color css

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

 span { border-color: rgb(99,132,126); }

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