Html Css Color HEX #6B807C Rolling Stone

📋 copy color: '#6B807C'

red 107 ◦ green 128 ◦ blue 124

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

Shades of Rolling Stone #6B807C

Tints of Rolling Stone #6B807C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 29.81%
G = 35.65%
B = 34.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#6B807C (or 0x6B807C) is known color: Rolling Stone. HEX triplet: 6B, 80 and 7C. RGB value is (107,128,124). Sum of RGB (Red+Green+Blue) = 107+128+124=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 128 - color contains mainly: green. Hex color #6B807C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B807C is #947F83. Grayscale: #797979. Windows color (decimal): -9731972 or 8159339. OLE color: 8159339.

HSL color Cylindrical-coordinate representation of color #6B807C: hue angle of 168.57º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B807C is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 107 128 124 -
CMYK 0.16 0 0.03 0.50
HSL 168.57º 0.09% 0.46% -
HSV(B) 168.57º 0.16% 0.5% -
XYZ 17.42 20.02 22.01 -
YUV 121.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 107 128 124 0.16 0 0.03 0.50 168.57 0.09 0.46
Hex 6B 80 7C 10 0 3 32 A9 9 2E
Octal 153 200 174 20 0 3 62 251 11 56
Binary 1101011 10000000 1111100 10000 0 11 110010 10101001 1001 101110

Color Harmonies of #6B807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B807C

Black with #6B807C

Text Example


Text Example

White with #6B807C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,128,124); }

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

background-color css

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

 a { background-color: rgb(107,128,124); }

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

border-color css

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

 span { border-color: rgb(107,128,124); }

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