Html Css Color HEX #6C4469 Eminence

📋 copy color: '#6C4469'

red 108 ◦ green 68 ◦ blue 105

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

Shades of Eminence #6C4469

Tints of Eminence #6C4469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.37%

R = 38.43%
G = 24.2%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6C4469 (or 0x6C4469) is known color: Eminence. HEX triplet: 6C, 44 and 69. RGB value is (108,68,105). Sum of RGB (Red+Green+Blue) = 108+68+105=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4469 is #93BB96. Grayscale: #545454. Windows color (decimal): -9681815 or 6898796. OLE color: 6898796.

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

Color convert

RGB 108 68 105 -
CMYK 0 0.37 0.03 0.58
HSL 304.5º 0.23% 0.35% -
HSV(B) 304.5º 0.37% 0.42% -
XYZ 10.8 8.34 14.41 -
YUV 84.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 108 68 105 0 0.37 0.03 0.58 304.5 0.23 0.35
Hex 6C 44 69 0 25 3 3A 130 17 23
Octal 154 104 151 0 45 3 72 460 27 43
Binary 1101100 1000100 1101001 0 100101 11 111010 100110000 10111 100011

Color Harmonies of #6C4469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4469

Black with #6C4469

Text Example


Text Example

White with #6C4469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,68,105); }

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

background-color css

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

 a { background-color: rgb(108,68,105); }

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

border-color css

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

 span { border-color: rgb(108,68,105); }

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