Html Css Color HEX #63807A Rolling Stone

📋 copy color: '#63807A'

red 99 ◦ green 128 ◦ blue 122

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

Shades of Rolling Stone #63807A

Tints of Rolling Stone #63807A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.68%

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 28.37%
G = 36.68%
B = 34.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#63807A (or 0x63807A) is known color: Rolling Stone. HEX triplet: 63, 80 and 7A. RGB value is (99,128,122). Sum of RGB (Red+Green+Blue) = 99+128+122=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 128 - color contains mainly: green. Hex color #63807A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63807A is #9C7F85. Grayscale: #767676. Windows color (decimal): -10256262 or 8028259. OLE color: 8028259.

HSL color Cylindrical-coordinate representation of color #63807A: hue angle of 167.59º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63807A is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 128 122 -
CMYK 0.23 0 0.05 0.50
HSL 167.59º 0.13% 0.45% -
HSV(B) 167.59º 0.23% 0.5% -
XYZ 16.38 19.5 21.31 -
YUV 118.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 99 128 122 0.23 0 0.05 0.50 167.59 0.13 0.45
Hex 63 80 7A 17 0 5 32 A8 D 2D
Octal 143 200 172 27 0 5 62 250 15 55
Binary 1100011 10000000 1111010 10111 0 101 110010 10101000 1101 101101

Color Harmonies of #63807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63807A

Black with #63807A

Text Example


Text Example

White with #63807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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