Html Css Color HEX #638480 Rolling Stone

📋 copy color: '#638480'

red 99 ◦ green 132 ◦ blue 128

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

Shades of Rolling Stone #638480

Tints of Rolling Stone #638480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.65%

R = 27.58%
G = 36.77%
B = 35.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#638480 (or 0x638480) is known color: Rolling Stone. HEX triplet: 63, 84 and 80. RGB value is (99,132,128). Sum of RGB (Red+Green+Blue) = 99+132+128=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #638480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638480 is #9C7B7F. Grayscale: #797979. Windows color (decimal): -10255232 or 8422499. OLE color: 8422499.

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

Color convert

RGB 99 132 128 -
CMYK 0.25 0 0.03 0.48
HSL 172.73º 0.14% 0.45% -
HSV(B) 172.73º 0.25% 0.52% -
XYZ 17.29 20.71 23.51 -
YUV 121.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 99 132 128 0.25 0 0.03 0.48 172.73 0.14 0.45
Hex 63 84 80 19 0 3 30 AD E 2D
Octal 143 204 200 31 0 3 60 255 16 55
Binary 1100011 10000100 10000000 11001 0 11 110000 10101101 1110 101101

Color Harmonies of #638480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638480

Black with #638480

Text Example


Text Example

White with #638480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638480; }

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

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

background-color css

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

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

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

border-color css

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

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

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