Html Css Color HEX #6F009E Dark Magenta

📋 copy color: '#6F009E'

red 111 ◦ green 0 ◦ blue 158

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

Shades of Dark Magenta #6F009E

Tints of Dark Magenta #6F009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.26%
G = 0%
B = 58.74%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F009E (or 0x6F009E) is known color: Dark Magenta. HEX triplet: 6F, 00 and 9E. RGB value is (111,0,158). Sum of RGB (Red+Green+Blue) = 111+0+158=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F009E is #90FF61. Grayscale: #323232. Windows color (decimal): -9502562 or 10354799. OLE color: 10354799.

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

Color convert

RGB 111 0 158 -
CMYK 0.30 1 0 0.38
HSL 282.15º 1% 0.31% -
HSV(B) 282.15º 1% 0.62% -
XYZ 12.73 5.85 32.81 -
YUV 51.2 188.27 170.65 -
System Red Green Blue C M Y K H S L
Decimal 111 0 158 0.30 1 0 0.38 282.15 1 0.31
Hex 6F 0 9E 1E 64 0 26 11A 64 1F
Octal 157 0 236 36 144 0 46 432 144 37
Binary 1101111 0 10011110 11110 1100100 0 100110 100011010 1100100 11111

Color Harmonies of #6F009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F009E

Black with #6F009E

Text Example


Text Example

White with #6F009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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