Html Css Color HEX #6B0EEA Electric Indigo

📋 copy color: '#6B0EEA'

red 107 ◦ green 14 ◦ blue 234

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

Shades of Electric Indigo #6B0EEA

Tints of Electric Indigo #6B0EEA

RGB

 RED value IS 107 (42.19% from 255) = 30.14%

 GREEN value IS 14 (5.86% from 255) = 3.94%

 BLUE value IS 234 (91.8% from 255) = 65.92%

R = 30.14%
G = 3.94%
B = 65.92%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6B0EEA (or 0x6B0EEA) is known color: Electric Indigo. HEX triplet: 6B, 0E and EA. RGB value is (107,14,234). Sum of RGB (Red+Green+Blue) = 107+14+234=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B0EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0EEA is #94F115. Grayscale: #424242. Windows color (decimal): -9761046 or 15339115. OLE color: 15339115.

HSL color Cylindrical-coordinate representation of color #6B0EEA: hue angle of 265.36º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0EEA is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 14 234 -
CMYK 0.54 0.94 0 0.08
HSL 265.36º 0.89% 0.49% -
HSV(B) 265.36º 0.94% 0.92% -
XYZ 21.07 9.38 78.54 -
YUV 66.89 222.31 156.61 -
System Red Green Blue C M Y K H S L
Decimal 107 14 234 0.54 0.94 0 0.08 265.36 0.89 0.49
Hex 6B E EA 36 5E 0 8 109 59 31
Octal 153 16 352 66 136 0 10 411 131 61
Binary 1101011 1110 11101010 110110 1011110 0 1000 100001001 1011001 110001

Color Harmonies of #6B0EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0EEA

Black with #6B0EEA

Text Example


Text Example

White with #6B0EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,14,234); }

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

background-color css

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

 a { background-color: rgb(107,14,234); }

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

border-color css

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

 span { border-color: rgb(107,14,234); }

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