Html Css Color HEX #638481 Rolling Stone

📋 copy color: '#638481'

red 99 ◦ green 132 ◦ blue 129

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

Shades of Rolling Stone #638481

Tints of Rolling Stone #638481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.83%

R = 27.5%
G = 36.67%
B = 35.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#638481 (or 0x638481) is known color: Rolling Stone. HEX triplet: 63, 84 and 81. RGB value is (99,132,129). Sum of RGB (Red+Green+Blue) = 99+132+129=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 132 - color contains mainly: green. Hex color #638481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638481 is #9C7B7E. Grayscale: #797979. Windows color (decimal): -10255231 or 8488035. OLE color: 8488035.

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

Color convert

RGB 99 132 129 -
CMYK 0.25 0 0.02 0.48
HSL 174.55º 0.14% 0.45% -
HSV(B) 174.55º 0.25% 0.52% -
XYZ 17.36 20.74 23.86 -
YUV 121.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 99 132 129 0.25 0 0.02 0.48 174.55 0.14 0.45
Hex 63 84 81 19 0 2 30 AF E 2D
Octal 143 204 201 31 0 2 60 257 16 55
Binary 1100011 10000100 10000001 11001 0 10 110000 10101111 1110 101101

Color Harmonies of #638481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638481

Black with #638481

Text Example


Text Example

White with #638481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638481; }

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

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

background-color css

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

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

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

border-color css

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

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

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