Html Css Color HEX #63847D Rolling Stone

📋 copy color: '#63847D'

red 99 ◦ green 132 ◦ blue 125

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

Shades of Rolling Stone #63847D

Tints of Rolling Stone #63847D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 27.81%
G = 37.08%
B = 35.11%

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

#63847D (or 0x63847D) is known color: Rolling Stone. HEX triplet: 63, 84 and 7D. RGB value is (99,132,125). Sum of RGB (Red+Green+Blue) = 99+132+125=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #63847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63847D is #9C7B82. Grayscale: #797979. Windows color (decimal): -10255235 or 8225891. OLE color: 8225891.

HSL color Cylindrical-coordinate representation of color #63847D: hue angle of 167.27º 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 #63847D is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 125 -
CMYK 0.25 0 0.05 0.48
HSL 167.27º 0.14% 0.45% -
HSV(B) 167.27º 0.25% 0.52% -
XYZ 17.1 20.64 22.48 -
YUV 121.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 99 132 125 0.25 0 0.05 0.48 167.27 0.14 0.45
Hex 63 84 7D 19 0 5 30 A7 E 2D
Octal 143 204 175 31 0 5 60 247 16 55
Binary 1100011 10000100 1111101 11001 0 101 110000 10100111 1110 101101

Color Harmonies of #63847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63847D

Black with #63847D

Text Example


Text Example

White with #63847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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