Html Css Color HEX #6F407C Eminence

📋 copy color: '#6F407C'

red 111 ◦ green 64 ◦ blue 124

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

Shades of Eminence #6F407C

Tints of Eminence #6F407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.4%

 BLUE value IS 124 (48.83% from 255) = 41.47%

R = 37.12%
G = 21.4%
B = 41.47%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F407C (or 0x6F407C) is known color: Eminence. HEX triplet: 6F, 40 and 7C. RGB value is (111,64,124). Sum of RGB (Red+Green+Blue) = 111+64+124=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F407C is #90BF83. Grayscale: #545454. Windows color (decimal): -9486212 or 8142959. OLE color: 8142959.

HSL color Cylindrical-coordinate representation of color #6F407C: hue angle of 287º 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 #6F407C is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 64 124 -
CMYK 0.10 0.48 0 0.51
HSL 287º 0.32% 0.37% -
HSV(B) 287º 0.48% 0.49% -
XYZ 12.03 8.5 20.08 -
YUV 84.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 111 64 124 0.10 0.48 0 0.51 287 0.32 0.37
Hex 6F 40 7C A 30 0 33 11F 20 25
Octal 157 100 174 12 60 0 63 437 40 45
Binary 1101111 1000000 1111100 1010 110000 0 110011 100011111 100000 100101

Color Harmonies of #6F407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F407C

Black with #6F407C

Text Example


Text Example

White with #6F407C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,64,124); }

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

background-color css

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

 a { background-color: rgb(111,64,124); }

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

border-color css

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

 span { border-color: rgb(111,64,124); }

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