Html Css Color HEX #6B4B6D Eminence

📋 copy color: '#6B4B6D'

red 107 ◦ green 75 ◦ blue 109

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

Shades of Eminence #6B4B6D

Tints of Eminence #6B4B6D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.77%

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 36.77%
G = 25.77%
B = 37.46%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6B4B6D (or 0x6B4B6D) is known color: Eminence. HEX triplet: 6B, 4B and 6D. RGB value is (107,75,109). Sum of RGB (Red+Green+Blue) = 107+75+109=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B4B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4B6D is #94B492. Grayscale: #585858. Windows color (decimal): -9745555 or 7162731. OLE color: 7162731.

HSL color Cylindrical-coordinate representation of color #6B4B6D: hue angle of 296.47º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B4B6D is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 75 109 -
CMYK 0.02 0.31 0 0.57
HSL 296.47º 0.18% 0.36% -
HSV(B) 296.47º 0.31% 0.43% -
XYZ 11.34 9.26 15.66 -
YUV 88.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 107 75 109 0.02 0.31 0 0.57 296.47 0.18 0.36
Hex 6B 4B 6D 2 1F 0 39 128 12 24
Octal 153 113 155 2 37 0 71 450 22 44
Binary 1101011 1001011 1101101 10 11111 0 111001 100101000 10010 100100

Color Harmonies of #6B4B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4B6D

Black with #6B4B6D

Text Example


Text Example

White with #6B4B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,75,109); }

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

background-color css

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

 a { background-color: rgb(107,75,109); }

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

border-color css

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

 span { border-color: rgb(107,75,109); }

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