Html Css Color HEX #6B837E Rolling Stone

📋 copy color: '#6B837E'

red 107 ◦ green 131 ◦ blue 126

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

Shades of Rolling Stone #6B837E

Tints of Rolling Stone #6B837E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.99%

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 29.4%
G = 35.99%
B = 34.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#6B837E (or 0x6B837E) is known color: Rolling Stone. HEX triplet: 6B, 83 and 7E. RGB value is (107,131,126). Sum of RGB (Red+Green+Blue) = 107+131+126=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 131 - color contains mainly: green. Hex color #6B837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B837E is #947C81. Grayscale: #7B7B7B. Windows color (decimal): -9731202 or 8291179. OLE color: 8291179.

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

Color convert

RGB 107 131 126 -
CMYK 0.18 0 0.04 0.49
HSL 167.5º 0.1% 0.47% -
HSV(B) 167.5º 0.18% 0.51% -
XYZ 17.95 20.86 22.82 -
YUV 123.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 107 131 126 0.18 0 0.04 0.49 167.5 0.1 0.47
Hex 6B 83 7E 12 0 4 31 A8 A 2F
Octal 153 203 176 22 0 4 61 250 12 57
Binary 1101011 10000011 1111110 10010 0 100 110001 10101000 1010 101111

Color Harmonies of #6B837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B837E

Black with #6B837E

Text Example


Text Example

White with #6B837E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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