Html Css Color HEX #6B847D Rolling Stone

📋 copy color: '#6B847D'

red 107 ◦ green 132 ◦ blue 125

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

Shades of Rolling Stone #6B847D

Tints of Rolling Stone #6B847D

RGB

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

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

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

R = 29.4%
G = 36.26%
B = 34.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#6B847D (or 0x6B847D) is known color: Rolling Stone. HEX triplet: 6B, 84 and 7D. RGB value is (107,132,125). Sum of RGB (Red+Green+Blue) = 107+132+125=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #6B847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B847D is #947B82. Grayscale: #7B7B7B. Windows color (decimal): -9730947 or 8225899. OLE color: 8225899.

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

Color convert

RGB 107 132 125 -
CMYK 0.19 0 0.05 0.48
HSL 163.2º 0.1% 0.47% -
HSV(B) 163.2º 0.19% 0.52% -
XYZ 18.02 21.11 22.53 -
YUV 123.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 107 132 125 0.19 0 0.05 0.48 163.2 0.1 0.47
Hex 6B 84 7D 13 0 5 30 A3 A 2F
Octal 153 204 175 23 0 5 60 243 12 57
Binary 1101011 10000100 1111101 10011 0 101 110000 10100011 1010 101111

Color Harmonies of #6B847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B847D

Black with #6B847D

Text Example


Text Example

White with #6B847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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