Html Css Color HEX #6B7675 Rolling Stone

📋 copy color: '#6B7675'

red 107 ◦ green 118 ◦ blue 117

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

Shades of Rolling Stone #6B7675

Tints of Rolling Stone #6B7675

RGB

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

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

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

R = 31.29%
G = 34.5%
B = 34.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#6B7675 (or 0x6B7675) is known color: Rolling Stone. HEX triplet: 6B, 76 and 75. RGB value is (107,118,117). Sum of RGB (Red+Green+Blue) = 107+118+117=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7675 is #94898A. Grayscale: #727272. Windows color (decimal): -9734539 or 7698027. OLE color: 7698027.

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

Color convert

RGB 107 118 117 -
CMYK 0.09 0 0.01 0.54
HSL 174.55º 0.05% 0.44% -
HSV(B) 174.55º 0.09% 0.46% -
XYZ 15.75 17.37 19.35 -
YUV 114.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 107 118 117 0.09 0 0.01 0.54 174.55 0.05 0.44
Hex 6B 76 75 9 0 1 36 AF 5 2C
Octal 153 166 165 11 0 1 66 257 5 54
Binary 1101011 1110110 1110101 1001 0 1 110110 10101111 101 101100

Color Harmonies of #6B7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7675

Black with #6B7675

Text Example


Text Example

White with #6B7675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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