Html Css Color HEX #6B4375 Eminence

📋 copy color: '#6B4375'

red 107 ◦ green 67 ◦ blue 117

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

Shades of Eminence #6B4375

Tints of Eminence #6B4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

 BLUE value IS 117 (46.09% from 255) = 40.21%

R = 36.77%
G = 23.02%
B = 40.21%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6B4375 (or 0x6B4375) is known color: Eminence. HEX triplet: 6B, 43 and 75. RGB value is (107,67,117). Sum of RGB (Red+Green+Blue) = 107+67+117=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #6B4375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4375 is #94BC8A. Grayscale: #545454. Windows color (decimal): -9747595 or 7684971. OLE color: 7684971.

HSL color Cylindrical-coordinate representation of color #6B4375: hue angle of 288º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B4375 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 67 117 -
CMYK 0.09 0.43 0 0.54
HSL 288º 0.27% 0.36% -
HSV(B) 288º 0.43% 0.46% -
XYZ 11.28 8.42 17.86 -
YUV 84.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 107 67 117 0.09 0.43 0 0.54 288 0.27 0.36
Hex 6B 43 75 9 2B 0 36 120 1B 24
Octal 153 103 165 11 53 0 66 440 33 44
Binary 1101011 1000011 1110101 1001 101011 0 110110 100100000 11011 100100

Color Harmonies of #6B4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4375

Black with #6B4375

Text Example


Text Example

White with #6B4375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,67,117); }

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

background-color css

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

 a { background-color: rgb(107,67,117); }

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

border-color css

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

 span { border-color: rgb(107,67,117); }

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