Html Css Color HEX #6E827D Rolling Stone

📋 copy color: '#6E827D'

red 110 ◦ green 130 ◦ blue 125

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

Shades of Rolling Stone #6E827D

Tints of Rolling Stone #6E827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

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

R = 30.14%
G = 35.62%
B = 34.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#6E827D (or 0x6E827D) is known color: Rolling Stone. HEX triplet: 6E, 82 and 7D. RGB value is (110,130,125). Sum of RGB (Red+Green+Blue) = 110+130+125=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 130 - color contains mainly: green. Hex color #6E827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E827D is #917D82. Grayscale: #7B7B7B. Windows color (decimal): -9534851 or 8225390. OLE color: 8225390.

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

Color convert

RGB 110 130 125 -
CMYK 0.15 0 0.04 0.49
HSL 165º 0.08% 0.47% -
HSV(B) 165º 0.15% 0.51% -
XYZ 18.11 20.76 22.45 -
YUV 123.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 110 130 125 0.15 0 0.04 0.49 165 0.08 0.47
Hex 6E 82 7D F 0 4 31 A5 8 2F
Octal 156 202 175 17 0 4 61 245 10 57
Binary 1101110 10000010 1111101 1111 0 100 110001 10100101 1000 101111

Color Harmonies of #6E827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E827D

Black with #6E827D

Text Example


Text Example

White with #6E827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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