Html Css Color HEX #6B496C Eminence

📋 copy color: '#6B496C'

red 107 ◦ green 73 ◦ blue 108

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

Shades of Eminence #6B496C

Tints of Eminence #6B496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 37.15%
G = 25.35%
B = 37.5%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6B496C (or 0x6B496C) is known color: Eminence. HEX triplet: 6B, 49 and 6C. RGB value is (107,73,108). Sum of RGB (Red+Green+Blue) = 107+73+108=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B496C is #94B693. Grayscale: #575757. Windows color (decimal): -9746068 or 7096683. OLE color: 7096683.

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

Color convert

RGB 107 73 108 -
CMYK 0.01 0.32 0 0.58
HSL 298.29º 0.19% 0.35% -
HSV(B) 298.29º 0.32% 0.42% -
XYZ 11.15 8.97 15.33 -
YUV 87.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 107 73 108 0.01 0.32 0 0.58 298.29 0.19 0.35
Hex 6B 49 6C 1 20 0 3A 12A 13 23
Octal 153 111 154 1 40 0 72 452 23 43
Binary 1101011 1001001 1101100 1 100000 0 111010 100101010 10011 100011

Color Harmonies of #6B496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B496C

Black with #6B496C

Text Example


Text Example

White with #6B496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,73,108); }

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

background-color css

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

 a { background-color: rgb(107,73,108); }

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

border-color css

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

 span { border-color: rgb(107,73,108); }

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