Html Css Color HEX #6B4769 Eminence

📋 copy color: '#6B4769'

red 107 ◦ green 71 ◦ blue 105

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

Shades of Eminence #6B4769

Tints of Eminence #6B4769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.09%

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 37.81%
G = 25.09%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#6B4769 (or 0x6B4769) is known color: Eminence. HEX triplet: 6B, 47 and 69. RGB value is (107,71,105). Sum of RGB (Red+Green+Blue) = 107+71+105=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4769 is #94B896. Grayscale: #555555. Windows color (decimal): -9746583 or 6899563. OLE color: 6899563.

HSL color Cylindrical-coordinate representation of color #6B4769: hue angle of 303.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B4769 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 71 105 -
CMYK 0 0.34 0.02 0.58
HSL 303.33º 0.2% 0.35% -
HSV(B) 303.33º 0.34% 0.42% -
XYZ 10.87 8.65 14.46 -
YUV 85.64 138.93 143.24 -
System Red Green Blue C M Y K H S L
Decimal 107 71 105 0 0.34 0.02 0.58 303.33 0.2 0.35
Hex 6B 47 69 0 22 2 3A 12F 14 23
Octal 153 107 151 0 42 2 72 457 24 43
Binary 1101011 1000111 1101001 0 100010 10 111010 100101111 10100 100011

Color Harmonies of #6B4769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4769

Black with #6B4769

Text Example


Text Example

White with #6B4769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,71,105); }

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

background-color css

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

 a { background-color: rgb(107,71,105); }

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

border-color css

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

 span { border-color: rgb(107,71,105); }

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