Html Css Color HEX #6B12DD Electric Indigo

📋 copy color: '#6B12DD'

red 107 ◦ green 18 ◦ blue 221

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

Shades of Electric Indigo #6B12DD

Tints of Electric Indigo #6B12DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.2%

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

R = 30.92%
G = 5.2%
B = 63.87%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B12DD (or 0x6B12DD) is known color: Electric Indigo. HEX triplet: 6B, 12 and DD. RGB value is (107,18,221). Sum of RGB (Red+Green+Blue) = 107+18+221=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B12DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B12DD is #94ED22. Grayscale: #434343. Windows color (decimal): -9760035 or 14488171. OLE color: 14488171.

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

Color convert

RGB 107 18 221 -
CMYK 0.52 0.92 0 0.13
HSL 266.31º 0.85% 0.47% -
HSV(B) 266.31º 0.92% 0.87% -
XYZ 19.33 8.78 69.08 -
YUV 67.75 214.49 155.99 -
System Red Green Blue C M Y K H S L
Decimal 107 18 221 0.52 0.92 0 0.13 266.31 0.85 0.47
Hex 6B 12 DD 34 5C 0 D 10A 55 2F
Octal 153 22 335 64 134 0 15 412 125 57
Binary 1101011 10010 11011101 110100 1011100 0 1101 100001010 1010101 101111

Color Harmonies of #6B12DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B12DD

Black with #6B12DD

Text Example


Text Example

White with #6B12DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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