Html Css Color HEX #6B4475 Eminence

📋 copy color: '#6B4475'

red 107 ◦ green 68 ◦ blue 117

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

Shades of Eminence #6B4475

Tints of Eminence #6B4475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

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

R = 36.64%
G = 23.29%
B = 40.07%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6B4475 (or 0x6B4475) is known color: Eminence. HEX triplet: 6B, 44 and 75. RGB value is (107,68,117). Sum of RGB (Red+Green+Blue) = 107+68+117=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 68 (26.95% from 255 or 23.29% 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 #6B4475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4475 is #94BB8A. Grayscale: #555555. Windows color (decimal): -9747339 or 7685227. OLE color: 7685227.

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

Color convert

RGB 107 68 117 -
CMYK 0.09 0.42 0 0.54
HSL 287.76º 0.26% 0.36% -
HSV(B) 287.76º 0.42% 0.46% -
XYZ 11.34 8.54 17.88 -
YUV 85.25 145.92 143.52 -
System Red Green Blue C M Y K H S L
Decimal 107 68 117 0.09 0.42 0 0.54 287.76 0.26 0.36
Hex 6B 44 75 9 2A 0 36 120 1A 24
Octal 153 104 165 11 52 0 66 440 32 44
Binary 1101011 1000100 1110101 1001 101010 0 110110 100100000 11010 100100

Color Harmonies of #6B4475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4475

Black with #6B4475

Text Example


Text Example

White with #6B4475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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