Html Css Color HEX #6A7774 Rolling Stone

📋 copy color: '#6A7774'

red 106 ◦ green 119 ◦ blue 116

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

Shades of Rolling Stone #6A7774

Tints of Rolling Stone #6A7774

RGB

 RED value IS 106 (41.8% from 255) = 31.09%

 GREEN value IS 119 (46.88% from 255) = 34.9%

 BLUE value IS 116 (45.7% from 255) = 34.02%

R = 31.09%
G = 34.9%
B = 34.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#6A7774 (or 0x6A7774) is known color: Rolling Stone. HEX triplet: 6A, 77 and 74. RGB value is (106,119,116). Sum of RGB (Red+Green+Blue) = 106+119+116=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 119 - color contains mainly: green. Hex color #6A7774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7774 is #95888B. Grayscale: #727272. Windows color (decimal): -9799820 or 7632746. OLE color: 7632746.

HSL color Cylindrical-coordinate representation of color #6A7774: hue angle of 166.15º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6A7774 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 119 116 -
CMYK 0.11 0 0.03 0.53
HSL 166.15º 0.06% 0.44% -
HSV(B) 166.15º 0.11% 0.47% -
XYZ 15.69 17.52 19.08 -
YUV 114.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 106 119 116 0.11 0 0.03 0.53 166.15 0.06 0.44
Hex 6A 77 74 B 0 3 35 A6 6 2C
Octal 152 167 164 13 0 3 65 246 6 54
Binary 1101010 1110111 1110100 1011 0 11 110101 10100110 110 101100

Color Harmonies of #6A7774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7774

Black with #6A7774

Text Example


Text Example

White with #6A7774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A7774; }

 p { color: rgb(106,119,116); }

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

background-color css

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

 a { background-color: rgb(106,119,116); }

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

border-color css

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

 span { border-color: rgb(106,119,116); }

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