Html Css Color HEX #6B0FDB Electric Indigo

📋 copy color: '#6B0FDB'

red 107 ◦ green 15 ◦ blue 219

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

Shades of Electric Indigo #6B0FDB

Tints of Electric Indigo #6B0FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.22%

R = 31.38%
G = 4.4%
B = 64.22%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B0FDB (or 0x6B0FDB) is known color: Electric Indigo. HEX triplet: 6B, 0F and DB. RGB value is (107,15,219). Sum of RGB (Red+Green+Blue) = 107+15+219=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B0FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0FDB is #94F024. Grayscale: #414141. Windows color (decimal): -9760805 or 14356331. OLE color: 14356331.

HSL color Cylindrical-coordinate representation of color #6B0FDB: hue angle of 267.06º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0FDB is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 15 219 -
CMYK 0.51 0.93 0 0.14
HSL 267.06º 0.87% 0.46% -
HSV(B) 267.06º 0.93% 0.86% -
XYZ 19.02 8.58 67.67 -
YUV 65.76 214.48 157.41 -
System Red Green Blue C M Y K H S L
Decimal 107 15 219 0.51 0.93 0 0.14 267.06 0.87 0.46
Hex 6B F DB 33 5D 0 E 10B 57 2E
Octal 153 17 333 63 135 0 16 413 127 56
Binary 1101011 1111 11011011 110011 1011101 0 1110 100001011 1010111 101110

Color Harmonies of #6B0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0FDB

Black with #6B0FDB

Text Example


Text Example

White with #6B0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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