Html Css Color HEX #6B10EC Electric Indigo

📋 copy color: '#6B10EC'

red 107 ◦ green 16 ◦ blue 236

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

Shades of Electric Indigo #6B10EC

Tints of Electric Indigo #6B10EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.46%

 BLUE value IS 236 (92.58% from 255) = 65.74%

R = 29.81%
G = 4.46%
B = 65.74%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B10EC (or 0x6B10EC) is known color: Electric Indigo. HEX triplet: 6B, 10 and EC. RGB value is (107,16,236). Sum of RGB (Red+Green+Blue) = 107+16+236=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B10EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B10EC is #94EF13. Grayscale: #434343. Windows color (decimal): -9760532 or 15470699. OLE color: 15470699.

HSL color Cylindrical-coordinate representation of color #6B10EC: hue angle of 264.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B10EC is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 16 236 -
CMYK 0.55 0.93 0 0.07
HSL 264.82º 0.87% 0.49% -
HSV(B) 264.82º 0.93% 0.93% -
XYZ 21.39 9.55 80.07 -
YUV 68.29 222.65 155.61 -
System Red Green Blue C M Y K H S L
Decimal 107 16 236 0.55 0.93 0 0.07 264.82 0.87 0.49
Hex 6B 10 EC 37 5D 0 7 109 57 31
Octal 153 20 354 67 135 0 7 411 127 61
Binary 1101011 10000 11101100 110111 1011101 0 111 100001001 1010111 110001

Color Harmonies of #6B10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B10EC

Black with #6B10EC

Text Example


Text Example

White with #6B10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,16,236); }

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

background-color css

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

 a { background-color: rgb(107,16,236); }

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

border-color css

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

 span { border-color: rgb(107,16,236); }

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