Html Css Color HEX #638580 Rolling Stone

📋 copy color: '#638580'

red 99 ◦ green 133 ◦ blue 128

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

Shades of Rolling Stone #638580

Tints of Rolling Stone #638580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

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

R = 27.5%
G = 36.94%
B = 35.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#638580 (or 0x638580) is known color: Rolling Stone. HEX triplet: 63, 85 and 80. RGB value is (99,133,128). Sum of RGB (Red+Green+Blue) = 99+133+128=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #638580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638580 is #9C7A7F. Grayscale: #7A7A7A. Windows color (decimal): -10254976 or 8422755. OLE color: 8422755.

HSL color Cylindrical-coordinate representation of color #638580: hue angle of 171.18º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #638580 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 133 128 -
CMYK 0.26 0 0.04 0.48
HSL 171.18º 0.15% 0.45% -
HSV(B) 171.18º 0.26% 0.52% -
XYZ 17.43 20.99 23.55 -
YUV 122.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 99 133 128 0.26 0 0.04 0.48 171.18 0.15 0.45
Hex 63 85 80 1A 0 4 30 AB F 2D
Octal 143 205 200 32 0 4 60 253 17 55
Binary 1100011 10000101 10000000 11010 0 100 110000 10101011 1111 101101

Color Harmonies of #638580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638580

Black with #638580

Text Example


Text Example

White with #638580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638580; }

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

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

background-color css

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

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

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

border-color css

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

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

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