Html Css Color HEX #6B3D71 Eminence

📋 copy color: '#6B3D71'

red 107 ◦ green 61 ◦ blue 113

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

Shades of Eminence #6B3D71

Tints of Eminence #6B3D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.71%

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 38.08%
G = 21.71%
B = 40.21%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6B3D71 (or 0x6B3D71) is known color: Eminence. HEX triplet: 6B, 3D and 71. RGB value is (107,61,113). Sum of RGB (Red+Green+Blue) = 107+61+113=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B3D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3D71 is #94C28E. Grayscale: #505050. Windows color (decimal): -9749135 or 7421291. OLE color: 7421291.

HSL color Cylindrical-coordinate representation of color #6B3D71: hue angle of 293.08º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B3D71 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 61 113 -
CMYK 0.05 0.46 0 0.56
HSL 293.08º 0.3% 0.34% -
HSV(B) 293.08º 0.46% 0.44% -
XYZ 10.71 7.66 16.54 -
YUV 80.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 107 61 113 0.05 0.46 0 0.56 293.08 0.3 0.34
Hex 6B 3D 71 5 2E 0 38 125 1E 22
Octal 153 75 161 5 56 0 70 445 36 42
Binary 1101011 111101 1110001 101 101110 0 111000 100100101 11110 100010

Color Harmonies of #6B3D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3D71

Black with #6B3D71

Text Example


Text Example

White with #6B3D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,61,113); }

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

background-color css

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

 a { background-color: rgb(107,61,113); }

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

border-color css

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

 span { border-color: rgb(107,61,113); }

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