Html Css Color HEX #6F059E Dark Magenta

📋 copy color: '#6F059E'

red 111 ◦ green 5 ◦ blue 158

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

Shades of Dark Magenta #6F059E

Tints of Dark Magenta #6F059E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

 BLUE value IS 158 (62.11% from 255) = 57.66%

R = 40.51%
G = 1.82%
B = 57.66%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F059E (or 0x6F059E) is known color: Dark Magenta. HEX triplet: 6F, 05 and 9E. RGB value is (111,5,158). Sum of RGB (Red+Green+Blue) = 111+5+158=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F059E is #90FA61. Grayscale: #353535. Windows color (decimal): -9501282 or 10356079. OLE color: 10356079.

HSL color Cylindrical-coordinate representation of color #6F059E: hue angle of 281.57º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F059E is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 5 158 -
CMYK 0.30 0.97 0 0.38
HSL 281.57º 0.94% 0.32% -
HSV(B) 281.57º 0.97% 0.62% -
XYZ 12.78 5.96 32.82 -
YUV 54.14 186.62 168.56 -
System Red Green Blue C M Y K H S L
Decimal 111 5 158 0.30 0.97 0 0.38 281.57 0.94 0.32
Hex 6F 5 9E 1E 61 0 26 11A 5E 20
Octal 157 5 236 36 141 0 46 432 136 40
Binary 1101111 101 10011110 11110 1100001 0 100110 100011010 1011110 100000

Color Harmonies of #6F059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F059E

Black with #6F059E

Text Example


Text Example

White with #6F059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,5,158); }

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

background-color css

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

 a { background-color: rgb(111,5,158); }

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

border-color css

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

 span { border-color: rgb(111,5,158); }

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