#6B817E

Color #6B817E Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #6B817E

Tints of Rolling Stone #6B817E

Color information

#6B817E (or 0x6B817E) is unknown color: approx Rolling Stone. HEX triplet: 6B, 81 and 7E. RGB value is (107,129,126). Sum of RGB (Red+Green+Blue) = 107+129+126=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 129 - color contains mainly: green. Hex color #6B817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B817E is #947E81. Grayscale: #7A7A7A. Windows color (decimal): -9731714 or 8290667. OLE color: 8290667.

HSL color Cylindrical-coordinate representation of color #6B817E: hue angle of 171.82º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B817E is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB107129126-
CMYK0.1700.020.49
HSL171.82º9.32%46.27%-
HSV(B)171.82º17.05%50.59%-
XYZ17.6820.3322.73-
YUV122.08130.21117.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.56%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=29.56%
G=35.64%
B=34.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1071291260.1700.020.49171.829.3246.27
Hex6B817E110231ac92e
Octal1532011762102612541156
Binary110101110000001111111010001010110001101011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,129,126); }

 H1.HeaderClassName
 {
   color: #6B817E;
 }
 .AnyTagClassName
 {
   color: #6B817E;
 }
</style>
background-color css

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

 a { background-color: rgb(107,129,126); }

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

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

 span { border-color: rgb(107,129,126); }

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