Html Css Color HEX #6B0FEA Electric Indigo

📋 copy color: '#6B0FEA'

red 107 ◦ green 15 ◦ blue 234

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

Shades of Electric Indigo #6B0FEA

Tints of Electric Indigo #6B0FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.21%

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

R = 30.06%
G = 4.21%
B = 65.73%

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

#6B0FEA (or 0x6B0FEA) is known color: Electric Indigo. HEX triplet: 6B, 0F and EA. RGB value is (107,15,234). Sum of RGB (Red+Green+Blue) = 107+15+234=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B0FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0FEA is #94F015. Grayscale: #424242. Windows color (decimal): -9760790 or 15339371. OLE color: 15339371.

HSL color Cylindrical-coordinate representation of color #6B0FEA: hue angle of 265.21º degrees, saturation: 0.88, 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 #6B0FEA is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 15 234 -
CMYK 0.54 0.94 0 0.08
HSL 265.21º 0.88% 0.49% -
HSV(B) 265.21º 0.94% 0.92% -
XYZ 21.09 9.41 78.55 -
YUV 67.47 221.98 156.19 -
System Red Green Blue C M Y K H S L
Decimal 107 15 234 0.54 0.94 0 0.08 265.21 0.88 0.49
Hex 6B F EA 36 5E 0 8 109 58 31
Octal 153 17 352 66 136 0 10 411 130 61
Binary 1101011 1111 11101010 110110 1011110 0 1000 100001001 1011000 110001

Color Harmonies of #6B0FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0FEA

Black with #6B0FEA

Text Example


Text Example

White with #6B0FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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