Html Css Color HEX #6B7978 Rolling Stone

📋 copy color: '#6B7978'

red 107 ◦ green 121 ◦ blue 120

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

Shades of Rolling Stone #6B7978

Tints of Rolling Stone #6B7978

RGB

 RED value IS 107 (42.19% from 255) = 30.75%

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

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

R = 30.75%
G = 34.77%
B = 34.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#6B7978 (or 0x6B7978) is known color: Rolling Stone. HEX triplet: 6B, 79 and 78. RGB value is (107,121,120). Sum of RGB (Red+Green+Blue) = 107+121+120=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 121 - color contains mainly: green. Hex color #6B7978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7978 is #948687. Grayscale: #747474. Windows color (decimal): -9733768 or 7895403. OLE color: 7895403.

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

Color convert

RGB 107 121 120 -
CMYK 0.12 0 0.01 0.53
HSL 175.71º 0.06% 0.45% -
HSV(B) 175.71º 0.12% 0.47% -
XYZ 16.29 18.16 20.42 -
YUV 116.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 107 121 120 0.12 0 0.01 0.53 175.71 0.06 0.45
Hex 6B 79 78 C 0 1 35 B0 6 2D
Octal 153 171 170 14 0 1 65 260 6 55
Binary 1101011 1111001 1111000 1100 0 1 110101 10110000 110 101101

Color Harmonies of #6B7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7978

Black with #6B7978

Text Example


Text Example

White with #6B7978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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