Html Css Color HEX #6F417D Eminence

📋 copy color: '#6F417D'

red 111 ◦ green 65 ◦ blue 125

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

Shades of Eminence #6F417D

Tints of Eminence #6F417D

RGB

 RED value IS 111 (43.75% from 255) = 36.88%

 GREEN value IS 65 (25.78% from 255) = 21.59%

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 36.88%
G = 21.59%
B = 41.53%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F417D (or 0x6F417D) is known color: Eminence. HEX triplet: 6F, 41 and 7D. RGB value is (111,65,125). Sum of RGB (Red+Green+Blue) = 111+65+125=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F417D is #90BE82. Grayscale: #555555. Windows color (decimal): -9485955 or 8208751. OLE color: 8208751.

HSL color Cylindrical-coordinate representation of color #6F417D: hue angle of 286º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F417D is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 65 125 -
CMYK 0.11 0.48 0 0.51
HSL 286º 0.32% 0.37% -
HSV(B) 286º 0.48% 0.49% -
XYZ 12.15 8.64 20.43 -
YUV 85.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 111 65 125 0.11 0.48 0 0.51 286 0.32 0.37
Hex 6F 41 7D B 30 0 33 11E 20 25
Octal 157 101 175 13 60 0 63 436 40 45
Binary 1101111 1000001 1111101 1011 110000 0 110011 100011110 100000 100101

Color Harmonies of #6F417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F417D

Black with #6F417D

Text Example


Text Example

White with #6F417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,65,125); }

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

background-color css

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

 a { background-color: rgb(111,65,125); }

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

border-color css

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

 span { border-color: rgb(111,65,125); }

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