Html Css Color HEX #6A7C7B Rolling Stone

📋 copy color: '#6A7C7B'

red 106 ◦ green 124 ◦ blue 123

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

Shades of Rolling Stone #6A7C7B

Tints of Rolling Stone #6A7C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.84%

R = 30.03%
G = 35.13%
B = 34.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#6A7C7B (or 0x6A7C7B) is known color: Rolling Stone. HEX triplet: 6A, 7C and 7B. RGB value is (106,124,123). Sum of RGB (Red+Green+Blue) = 106+124+123=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 124 - color contains mainly: green. Hex color #6A7C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7C7B is #958384. Grayscale: #767676. Windows color (decimal): -9798533 or 8092778. OLE color: 8092778.

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

Color convert

RGB 106 124 123 -
CMYK 0.15 0 0.01 0.51
HSL 176.67º 0.08% 0.45% -
HSV(B) 176.67º 0.15% 0.49% -
XYZ 16.73 18.91 21.51 -
YUV 118.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 106 124 123 0.15 0 0.01 0.51 176.67 0.08 0.45
Hex 6A 7C 7B F 0 1 33 B1 8 2D
Octal 152 174 173 17 0 1 63 261 10 55
Binary 1101010 1111100 1111011 1111 0 1 110011 10110001 1000 101101

Color Harmonies of #6A7C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7C7B

Black with #6A7C7B

Text Example


Text Example

White with #6A7C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,124,123); }

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

background-color css

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

 a { background-color: rgb(106,124,123); }

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

border-color css

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

 span { border-color: rgb(106,124,123); }

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