#6B827D

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

Shades of Rolling Stone #6B827D

Tints of Rolling Stone #6B827D

Color information

#6B827D (or 0x6B827D) is unknown color: approx Rolling Stone. HEX triplet: 6B, 82 and 7D. RGB value is (107,130,125). Sum of RGB (Red+Green+Blue) = 107+130+125=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #6B827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B827D is #947D82. Grayscale: #7A7A7A. Windows color (decimal): -9731459 or 8225387. OLE color: 8225387.

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

Color convert

RGB107130125-
CMYK0.1800.040.49
HSL166.96º9.7%46.47%-
HSV(B)166.96º17.69%50.98%-
XYZ17.7520.5722.44-
YUV122.55129.38116.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.56%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=29.56%
G=35.91%
B=34.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1071301250.1800.040.49166.969.746.47
Hex6B827D120431a7a2e
Octal1532021752204612471256
Binary1101011100000101111101100100100110001101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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