Html Css Color HEX #6A7675 Rolling Stone

📋 copy color: '#6A7675'

red 106 ◦ green 118 ◦ blue 117

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

Shades of Rolling Stone #6A7675

Tints of Rolling Stone #6A7675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.6%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 31.09%
G = 34.6%
B = 34.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#6A7675 (or 0x6A7675) is known color: Rolling Stone. HEX triplet: 6A, 76 and 75. RGB value is (106,118,117). Sum of RGB (Red+Green+Blue) = 106+118+117=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7675 is #95898A. Grayscale: #727272. Windows color (decimal): -9800075 or 7698026. OLE color: 7698026.

HSL color Cylindrical-coordinate representation of color #6A7675: hue angle of 175º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6A7675 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 118 117 -
CMYK 0.10 0 0.01 0.54
HSL 175º 0.05% 0.44% -
HSV(B) 175º 0.1% 0.46% -
XYZ 15.63 17.31 19.35 -
YUV 114.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 106 118 117 0.10 0 0.01 0.54 175 0.05 0.44
Hex 6A 76 75 A 0 1 36 AF 5 2C
Octal 152 166 165 12 0 1 66 257 5 54
Binary 1101010 1110110 1110101 1010 0 1 110110 10101111 101 101100

Color Harmonies of #6A7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7675

Black with #6A7675

Text Example


Text Example

White with #6A7675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,118,117); }

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

background-color css

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

 a { background-color: rgb(106,118,117); }

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

border-color css

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

 span { border-color: rgb(106,118,117); }

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