Html Css Color HEX #6B4668 Eminence

📋 copy color: '#6B4668'

red 107 ◦ green 70 ◦ blue 104

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

Shades of Eminence #6B4668

Tints of Eminence #6B4668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.01%

R = 38.08%
G = 24.91%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6B4668 (or 0x6B4668) is known color: Eminence. HEX triplet: 6B, 46 and 68. RGB value is (107,70,104). Sum of RGB (Red+Green+Blue) = 107+70+104=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4668 is #94B997. Grayscale: #545454. Windows color (decimal): -9746840 or 6833771. OLE color: 6833771.

HSL color Cylindrical-coordinate representation of color #6B4668: hue angle of 304.86º 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 #6B4668 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 70 104 -
CMYK 0 0.35 0.03 0.58
HSL 304.86º 0.21% 0.35% -
HSV(B) 304.86º 0.35% 0.42% -
XYZ 10.75 8.51 14.17 -
YUV 84.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 107 70 104 0 0.35 0.03 0.58 304.86 0.21 0.35
Hex 6B 46 68 0 23 3 3A 131 15 23
Octal 153 106 150 0 43 3 72 461 25 43
Binary 1101011 1000110 1101000 0 100011 11 111010 100110001 10101 100011

Color Harmonies of #6B4668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4668

Black with #6B4668

Text Example


Text Example

White with #6B4668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,70,104); }

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

background-color css

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

 a { background-color: rgb(107,70,104); }

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

border-color css

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

 span { border-color: rgb(107,70,104); }

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