Html Css Color HEX #6B0ADD Electric Indigo

📋 copy color: '#6B0ADD'

red 107 ◦ green 10 ◦ blue 221

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

Shades of Electric Indigo #6B0ADD

Tints of Electric Indigo #6B0ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.38%

R = 31.66%
G = 2.96%
B = 65.38%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B0ADD (or 0x6B0ADD) is known color: Electric Indigo. HEX triplet: 6B, 0A and DD. RGB value is (107,10,221). Sum of RGB (Red+Green+Blue) = 107+10+221=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B0ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0ADD is #94F522. Grayscale: #3E3E3E. Windows color (decimal): -9762083 or 14486123. OLE color: 14486123.

HSL color Cylindrical-coordinate representation of color #6B0ADD: hue angle of 267.58º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0ADD is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 10 221 -
CMYK 0.52 0.95 0 0.13
HSL 267.58º 0.91% 0.45% -
HSV(B) 267.58º 0.95% 0.87% -
XYZ 19.22 8.56 69.05 -
YUV 63.06 217.14 159.34 -
System Red Green Blue C M Y K H S L
Decimal 107 10 221 0.52 0.95 0 0.13 267.58 0.91 0.45
Hex 6B A DD 34 5F 0 D 10C 5B 2D
Octal 153 12 335 64 137 0 15 414 133 55
Binary 1101011 1010 11011101 110100 1011111 0 1101 100001100 1011011 101101

Color Harmonies of #6B0ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0ADD

Black with #6B0ADD

Text Example


Text Example

White with #6B0ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,10,221); }

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

background-color css

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

 a { background-color: rgb(107,10,221); }

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

border-color css

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

 span { border-color: rgb(107,10,221); }

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