Html Css Color HEX #6B10EF Electric Indigo

📋 copy color: '#6B10EF'

red 107 ◦ green 16 ◦ blue 239

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

Shades of Electric Indigo #6B10EF

Tints of Electric Indigo #6B10EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.02%

R = 29.56%
G = 4.42%
B = 66.02%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B10EF (or 0x6B10EF) is known color: Electric Indigo. HEX triplet: 6B, 10 and EF. RGB value is (107,16,239). Sum of RGB (Red+Green+Blue) = 107+16+239=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B10EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B10EF is #94EF10. Grayscale: #434343. Windows color (decimal): -9760529 or 15667307. OLE color: 15667307.

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

Color convert

RGB 107 16 239 -
CMYK 0.55 0.93 0 0.06
HSL 264.48º 0.87% 0.5% -
HSV(B) 264.48º 0.93% 0.94% -
XYZ 21.83 9.73 82.39 -
YUV 68.63 224.15 155.37 -
System Red Green Blue C M Y K H S L
Decimal 107 16 239 0.55 0.93 0 0.06 264.48 0.87 0.5
Hex 6B 10 EF 37 5D 0 6 108 57 32
Octal 153 20 357 67 135 0 6 410 127 62
Binary 1101011 10000 11101111 110111 1011101 0 110 100001000 1010111 110010

Color Harmonies of #6B10EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B10EF

Black with #6B10EF

Text Example


Text Example

White with #6B10EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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