Html Css Color HEX #6B10FE Electric Indigo

📋 copy color: '#6B10FE'

red 107 ◦ green 16 ◦ blue 254

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

Shades of Electric Indigo #6B10FE

Tints of Electric Indigo #6B10FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.37%

R = 28.38%
G = 4.24%
B = 67.37%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B10FE (or 0x6B10FE) is known color: Electric Indigo. HEX triplet: 6B, 10 and FE. RGB value is (107,16,254). Sum of RGB (Red+Green+Blue) = 107+16+254=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B10FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B10FE is #94EF01. Grayscale: #454545. Windows color (decimal): -9760514 or 16650347. OLE color: 16650347.

HSL color Cylindrical-coordinate representation of color #6B10FE: hue angle of 262.94º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B10FE is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 107 16 254 -
CMYK 0.58 0.94 0 0.00
HSL 262.94º 0.99% 0.53% -
HSV(B) 262.94º 0.94% 1% -
XYZ 24.14 10.65 94.55 -
YUV 70.34 231.65 154.15 -
System Red Green Blue C M Y K H S L
Decimal 107 16 254 0.58 0.94 0 0.00 262.94 0.99 0.53
Hex 6B 10 FE 3A 5E 0 0 107 63 35
Octal 153 20 376 72 136 0 0 407 143 65
Binary 1101011 10000 11111110 111010 1011110 0 0 100000111 1100011 110101

Color Harmonies of #6B10FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B10FE

Black with #6B10FE

Text Example


Text Example

White with #6B10FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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