Html Css Color HEX #6B4368 Eminence

📋 copy color: '#6B4368'

red 107 ◦ green 67 ◦ blue 104

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

Shades of Eminence #6B4368

Tints of Eminence #6B4368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.1%

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

R = 38.49%
G = 24.1%
B = 37.41%

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

#6B4368 (or 0x6B4368) is known color: Eminence. HEX triplet: 6B, 43 and 68. RGB value is (107,67,104). Sum of RGB (Red+Green+Blue) = 107+67+104=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4368 is #94BC97. Grayscale: #535353. Windows color (decimal): -9747608 or 6833003. OLE color: 6833003.

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

Color convert

RGB 107 67 104 -
CMYK 0 0.37 0.03 0.58
HSL 304.5º 0.23% 0.34% -
HSV(B) 304.5º 0.37% 0.42% -
XYZ 10.57 8.14 14.11 -
YUV 83.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 107 67 104 0 0.37 0.03 0.58 304.5 0.23 0.34
Hex 6B 43 68 0 25 3 3A 130 17 22
Octal 153 103 150 0 45 3 72 460 27 42
Binary 1101011 1000011 1101000 0 100101 11 111010 100110000 10111 100010

Color Harmonies of #6B4368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4368

Black with #6B4368

Text Example


Text Example

White with #6B4368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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