Html Css Color HEX #6C4375 Eminence

📋 copy color: '#6C4375'

red 108 ◦ green 67 ◦ blue 117

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

Shades of Eminence #6C4375

Tints of Eminence #6C4375

RGB

 RED value IS 108 (42.58% from 255) = 36.99%

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

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

R = 36.99%
G = 22.95%
B = 40.07%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6C4375 (or 0x6C4375) is known color: Eminence. HEX triplet: 6C, 43 and 75. RGB value is (108,67,117). Sum of RGB (Red+Green+Blue) = 108+67+117=292 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.99% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C4375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4375 is #93BC8A. Grayscale: #545454. Windows color (decimal): -9682059 or 7684972. OLE color: 7684972.

HSL color Cylindrical-coordinate representation of color #6C4375: hue angle of 289.2º 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 #6C4375 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 67 117 -
CMYK 0.08 0.43 0 0.54
HSL 289.2º 0.27% 0.36% -
HSV(B) 289.2º 0.43% 0.46% -
XYZ 11.4 8.49 17.87 -
YUV 84.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 108 67 117 0.08 0.43 0 0.54 289.2 0.27 0.36
Hex 6C 43 75 8 2B 0 36 121 1B 24
Octal 154 103 165 10 53 0 66 441 33 44
Binary 1101100 1000011 1110101 1000 101011 0 110110 100100001 11011 100100

Color Harmonies of #6C4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4375

Black with #6C4375

Text Example


Text Example

White with #6C4375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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