Html Css Color HEX #6B0BDB Electric Indigo

📋 copy color: '#6B0BDB'

red 107 ◦ green 11 ◦ blue 219

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

Shades of Electric Indigo #6B0BDB

Tints of Electric Indigo #6B0BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.26%

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

R = 31.75%
G = 3.26%
B = 64.99%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B0BDB (or 0x6B0BDB) is known color: Electric Indigo. HEX triplet: 6B, 0B and DB. RGB value is (107,11,219). Sum of RGB (Red+Green+Blue) = 107+11+219=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B0BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0BDB is #94F424. Grayscale: #3E3E3E. Windows color (decimal): -9761829 or 14355307. OLE color: 14355307.

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

Color convert

RGB 107 11 219 -
CMYK 0.51 0.95 0 0.14
HSL 267.69º 0.9% 0.45% -
HSV(B) 267.69º 0.95% 0.86% -
XYZ 18.97 8.48 67.65 -
YUV 63.42 215.8 159.09 -
System Red Green Blue C M Y K H S L
Decimal 107 11 219 0.51 0.95 0 0.14 267.69 0.9 0.45
Hex 6B B DB 33 5F 0 E 10C 5A 2D
Octal 153 13 333 63 137 0 16 414 132 55
Binary 1101011 1011 11011011 110011 1011111 0 1110 100001100 1011010 101101

Color Harmonies of #6B0BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0BDB

Black with #6B0BDB

Text Example


Text Example

White with #6B0BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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