Html Css Color HEX #6E847D Rolling Stone

📋 copy color: '#6E847D'

red 110 ◦ green 132 ◦ blue 125

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

Shades of Rolling Stone #6E847D

Tints of Rolling Stone #6E847D

RGB

 RED value IS 110 (43.36% from 255) = 29.97%

 GREEN value IS 132 (51.95% from 255) = 35.97%

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 29.97%
G = 35.97%
B = 34.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#6E847D (or 0x6E847D) is known color: Rolling Stone. HEX triplet: 6E, 84 and 7D. RGB value is (110,132,125). Sum of RGB (Red+Green+Blue) = 110+132+125=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 132 - color contains mainly: green. Hex color #6E847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E847D is #917B82. Grayscale: #7C7C7C. Windows color (decimal): -9534339 or 8225902. OLE color: 8225902.

HSL color Cylindrical-coordinate representation of color #6E847D: hue angle of 160.91º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E847D is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 132 125 -
CMYK 0.17 0 0.05 0.48
HSL 160.91º 0.09% 0.47% -
HSV(B) 160.91º 0.17% 0.52% -
XYZ 18.38 21.3 22.54 -
YUV 124.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 110 132 125 0.17 0 0.05 0.48 160.91 0.09 0.47
Hex 6E 84 7D 11 0 5 30 A1 9 2F
Octal 156 204 175 21 0 5 60 241 11 57
Binary 1101110 10000100 1111101 10001 0 101 110000 10100001 1001 101111

Color Harmonies of #6E847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E847D

Black with #6E847D

Text Example


Text Example

White with #6E847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,132,125); }

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

background-color css

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

 a { background-color: rgb(110,132,125); }

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

border-color css

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

 span { border-color: rgb(110,132,125); }

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