Html Css Color HEX #6F7675 Rolling Stone

📋 copy color: '#6F7675'

red 111 ◦ green 118 ◦ blue 117

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

Shades of Rolling Stone #6F7675

Tints of Rolling Stone #6F7675

RGB

 RED value IS 111 (43.75% from 255) = 32.08%

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

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

R = 32.08%
G = 34.1%
B = 33.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#6F7675 (or 0x6F7675) is known color: Rolling Stone. HEX triplet: 6F, 76 and 75. RGB value is (111,118,117). Sum of RGB (Red+Green+Blue) = 111+118+117=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7675 is #90898A. Grayscale: #737373. Windows color (decimal): -9472395 or 7698031. OLE color: 7698031.

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

Color convert

RGB 111 118 117 -
CMYK 0.06 0 0.01 0.54
HSL 171.43º 0.03% 0.45% -
HSV(B) 171.43º 0.06% 0.46% -
XYZ 16.24 17.62 19.37 -
YUV 115.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 111 118 117 0.06 0 0.01 0.54 171.43 0.03 0.45
Hex 6F 76 75 6 0 1 36 AB 3 2D
Octal 157 166 165 6 0 1 66 253 3 55
Binary 1101111 1110110 1110101 110 0 1 110110 10101011 11 101101

Color Harmonies of #6F7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7675

Black with #6F7675

Text Example


Text Example

White with #6F7675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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