Html Css Color HEX #6F0CDA Electric Indigo

📋 copy color: '#6F0CDA'

red 111 ◦ green 12 ◦ blue 218

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

Shades of Electric Indigo #6F0CDA

Tints of Electric Indigo #6F0CDA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.52%

 BLUE value IS 218 (85.55% from 255) = 63.93%

R = 32.55%
G = 3.52%
B = 63.93%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F0CDA (or 0x6F0CDA) is known color: Electric Indigo. HEX triplet: 6F, 0C and DA. RGB value is (111,12,218). Sum of RGB (Red+Green+Blue) = 111+12+218=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F0CDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0CDA is #90F325. Grayscale: #404040. Windows color (decimal): -9499430 or 14290031. OLE color: 14290031.

HSL color Cylindrical-coordinate representation of color #6F0CDA: hue angle of 268.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0CDA is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 12 218 -
CMYK 0.49 0.94 0 0.15
HSL 268.84º 0.9% 0.45% -
HSV(B) 268.84º 0.94% 0.85% -
XYZ 19.34 8.7 66.99 -
YUV 65.09 214.3 160.75 -
System Red Green Blue C M Y K H S L
Decimal 111 12 218 0.49 0.94 0 0.15 268.84 0.9 0.45
Hex 6F C DA 31 5E 0 F 10D 5A 2D
Octal 157 14 332 61 136 0 17 415 132 55
Binary 1101111 1100 11011010 110001 1011110 0 1111 100001101 1011010 101101

Color Harmonies of #6F0CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0CDA

Black with #6F0CDA

Text Example


Text Example

White with #6F0CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,12,218); }

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

background-color css

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

 a { background-color: rgb(111,12,218); }

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

border-color css

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

 span { border-color: rgb(111,12,218); }

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