Html Css Color HEX #6C466A Eminence

📋 copy color: '#6C466A'

red 108 ◦ green 70 ◦ blue 106

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

Shades of Eminence #6C466A

Tints of Eminence #6C466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.65%

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 38.03%
G = 24.65%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#6C466A (or 0x6C466A) is known color: Eminence. HEX triplet: 6C, 46 and 6A. RGB value is (108,70,106). Sum of RGB (Red+Green+Blue) = 108+70+106=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 108 - color contains mainly: red. Hex color #6C466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C466A is #93B995. Grayscale: #555555. Windows color (decimal): -9681302 or 6964844. OLE color: 6964844.

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

Color convert

RGB 108 70 106 -
CMYK 0 0.35 0.02 0.58
HSL 303.16º 0.21% 0.35% -
HSV(B) 303.16º 0.35% 0.42% -
XYZ 10.98 8.61 14.72 -
YUV 85.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 108 70 106 0 0.35 0.02 0.58 303.16 0.21 0.35
Hex 6C 46 6A 0 23 2 3A 12F 15 23
Octal 154 106 152 0 43 2 72 457 25 43
Binary 1101100 1000110 1101010 0 100011 10 111010 100101111 10101 100011

Color Harmonies of #6C466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C466A

Black with #6C466A

Text Example


Text Example

White with #6C466A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,70,106); }

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

background-color css

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

 a { background-color: rgb(108,70,106); }

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

border-color css

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

 span { border-color: rgb(108,70,106); }

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