Html Css Color HEX #6A4075 Eminence

📋 copy color: '#6A4075'

red 106 ◦ green 64 ◦ blue 117

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

Shades of Eminence #6A4075

Tints of Eminence #6A4075

RGB

 RED value IS 106 (41.8% from 255) = 36.93%

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 36.93%
G = 22.3%
B = 40.77%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6A4075 (or 0x6A4075) is known color: Eminence. HEX triplet: 6A, 40 and 75. RGB value is (106,64,117). Sum of RGB (Red+Green+Blue) = 106+64+117=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #6A4075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4075 is #95BF8A. Grayscale: #525252. Windows color (decimal): -9813899 or 7684202. OLE color: 7684202.

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

Color convert

RGB 106 64 117 -
CMYK 0.09 0.45 0 0.54
HSL 287.55º 0.29% 0.35% -
HSV(B) 287.55º 0.45% 0.46% -
XYZ 10.99 8.02 17.8 -
YUV 82.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 106 64 117 0.09 0.45 0 0.54 287.55 0.29 0.35
Hex 6A 40 75 9 2D 0 36 120 1D 23
Octal 152 100 165 11 55 0 66 440 35 43
Binary 1101010 1000000 1110101 1001 101101 0 110110 100100000 11101 100011

Color Harmonies of #6A4075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4075

Black with #6A4075

Text Example


Text Example

White with #6A4075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,64,117); }

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

background-color css

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

 a { background-color: rgb(106,64,117); }

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

border-color css

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

 span { border-color: rgb(106,64,117); }

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