Html Css Color HEX #6C7978 Rolling Stone

📋 copy color: '#6C7978'

red 108 ◦ green 121 ◦ blue 120

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

Shades of Rolling Stone #6C7978

Tints of Rolling Stone #6C7978

RGB

 RED value IS 108 (42.58% from 255) = 30.95%

 GREEN value IS 121 (47.66% from 255) = 34.67%

 BLUE value IS 120 (47.27% from 255) = 34.38%

R = 30.95%
G = 34.67%
B = 34.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#6C7978 (or 0x6C7978) is known color: Rolling Stone. HEX triplet: 6C, 79 and 78. RGB value is (108,121,120). Sum of RGB (Red+Green+Blue) = 108+121+120=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 121 - color contains mainly: green. Hex color #6C7978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7978 is #938687. Grayscale: #747474. Windows color (decimal): -9668232 or 7895404. OLE color: 7895404.

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

Color convert

RGB 108 121 120 -
CMYK 0.11 0 0.01 0.53
HSL 175.38º 0.06% 0.45% -
HSV(B) 175.38º 0.11% 0.47% -
XYZ 16.41 18.22 20.42 -
YUV 117 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 108 121 120 0.11 0 0.01 0.53 175.38 0.06 0.45
Hex 6C 79 78 B 0 1 35 AF 6 2D
Octal 154 171 170 13 0 1 65 257 6 55
Binary 1101100 1111001 1111000 1011 0 1 110101 10101111 110 101101

Color Harmonies of #6C7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7978

Black with #6C7978

Text Example


Text Example

White with #6C7978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,121,120); }

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

background-color css

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

 a { background-color: rgb(108,121,120); }

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

border-color css

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

 span { border-color: rgb(108,121,120); }

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