Html Css Color HEX #6B7C7A Rolling Stone

📋 copy color: '#6B7C7A'

red 107 ◦ green 124 ◦ blue 122

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

Shades of Rolling Stone #6B7C7A

Tints of Rolling Stone #6B7C7A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.13%

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

R = 30.31%
G = 35.13%
B = 34.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#6B7C7A (or 0x6B7C7A) is known color: Rolling Stone. HEX triplet: 6B, 7C and 7A. RGB value is (107,124,122). Sum of RGB (Red+Green+Blue) = 107+124+122=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 124 - color contains mainly: green. Hex color #6B7C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7C7A is #948385. Grayscale: #767676. Windows color (decimal): -9732998 or 8027243. OLE color: 8027243.

HSL color Cylindrical-coordinate representation of color #6B7C7A: hue angle of 172.94º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B7C7A is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 124 122 -
CMYK 0.14 0 0.02 0.51
HSL 172.94º 0.07% 0.45% -
HSV(B) 172.94º 0.14% 0.49% -
XYZ 16.78 18.95 21.18 -
YUV 118.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 107 124 122 0.14 0 0.02 0.51 172.94 0.07 0.45
Hex 6B 7C 7A E 0 2 33 AD 7 2D
Octal 153 174 172 16 0 2 63 255 7 55
Binary 1101011 1111100 1111010 1110 0 10 110011 10101101 111 101101

Color Harmonies of #6B7C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7C7A

Black with #6B7C7A

Text Example


Text Example

White with #6B7C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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