Html Css Color HEX #6F0AED Electric Indigo

📋 copy color: '#6F0AED'

red 111 ◦ green 10 ◦ blue 237

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

Shades of Electric Indigo #6F0AED

Tints of Electric Indigo #6F0AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.79%

 BLUE value IS 237 (92.97% from 255) = 66.2%

R = 31.01%
G = 2.79%
B = 66.2%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6F0AED (or 0x6F0AED) is known color: Electric Indigo. HEX triplet: 6F, 0A and ED. RGB value is (111,10,237). Sum of RGB (Red+Green+Blue) = 111+10+237=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F0AED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0AED is #90F512. Grayscale: #414141. Windows color (decimal): -9499923 or 15534703. OLE color: 15534703.

HSL color Cylindrical-coordinate representation of color #6F0AED: hue angle of 266.7º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0AED is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 10 237 -
CMYK 0.53 0.96 0 0.07
HSL 266.7º 0.92% 0.48% -
HSV(B) 266.7º 0.96% 0.93% -
XYZ 21.95 9.71 80.84 -
YUV 66.08 224.46 160.04 -
System Red Green Blue C M Y K H S L
Decimal 111 10 237 0.53 0.96 0 0.07 266.7 0.92 0.48
Hex 6F A ED 35 60 0 7 10B 5C 30
Octal 157 12 355 65 140 0 7 413 134 60
Binary 1101111 1010 11101101 110101 1100000 0 111 100001011 1011100 110000

Color Harmonies of #6F0AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0AED

Black with #6F0AED

Text Example


Text Example

White with #6F0AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,10,237); }

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

background-color css

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

 a { background-color: rgb(111,10,237); }

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

border-color css

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

 span { border-color: rgb(111,10,237); }

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