Html Css Color HEX #6B847C Patina

📋 copy color: '#6B847C'

red 107 ◦ green 132 ◦ blue 124

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

Shades of Patina #6B847C

Tints of Patina #6B847C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 29.48%
G = 36.36%
B = 34.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#6B847C (or 0x6B847C) is known color: Patina. HEX triplet: 6B, 84 and 7C. RGB value is (107,132,124). Sum of RGB (Red+Green+Blue) = 107+132+124=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #6B847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B847C is #947B83. Grayscale: #7B7B7B. Windows color (decimal): -9730948 or 8160363. OLE color: 8160363.

HSL color Cylindrical-coordinate representation of color #6B847C: hue angle of 160.8º 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 #6B847C is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 132 124 -
CMYK 0.19 0 0.06 0.48
HSL 160.8º 0.1% 0.47% -
HSV(B) 160.8º 0.19% 0.52% -
XYZ 17.95 21.08 22.19 -
YUV 123.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 107 132 124 0.19 0 0.06 0.48 160.8 0.1 0.47
Hex 6B 84 7C 13 0 6 30 A1 A 2F
Octal 153 204 174 23 0 6 60 241 12 57
Binary 1101011 10000100 1111100 10011 0 110 110000 10100001 1010 101111

Color Harmonies of #6B847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B847C

Black with #6B847C

Text Example


Text Example

White with #6B847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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