Html Css Color HEX #638280 Rolling Stone

📋 copy color: '#638280'

red 99 ◦ green 130 ◦ blue 128

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

Shades of Rolling Stone #638280

Tints of Rolling Stone #638280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

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

R = 27.73%
G = 36.41%
B = 35.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#638280 (or 0x638280) is known color: Rolling Stone. HEX triplet: 63, 82 and 80. RGB value is (99,130,128). Sum of RGB (Red+Green+Blue) = 99+130+128=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #638280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638280 is #9C7D7F. Grayscale: #787878. Windows color (decimal): -10255744 or 8421987. OLE color: 8421987.

HSL color Cylindrical-coordinate representation of color #638280: hue angle of 176.13º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #638280 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 130 128 -
CMYK 0.24 0 0.02 0.49
HSL 176.13º 0.14% 0.45% -
HSV(B) 176.13º 0.24% 0.51% -
XYZ 17.02 20.18 23.42 -
YUV 120.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 99 130 128 0.24 0 0.02 0.49 176.13 0.14 0.45
Hex 63 82 80 18 0 2 31 B0 E 2D
Octal 143 202 200 30 0 2 61 260 16 55
Binary 1100011 10000010 10000000 11000 0 10 110001 10110000 1110 101101

Color Harmonies of #638280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638280

Black with #638280

Text Example


Text Example

White with #638280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638280; }

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

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

background-color css

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

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

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

border-color css

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

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

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