Html Css Color HEX #6B10FF Electric Indigo

📋 copy color: '#6B10FF'

red 107 ◦ green 16 ◦ blue 255

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

Shades of Electric Indigo #6B10FF

Tints of Electric Indigo #6B10FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.46%

R = 28.31%
G = 4.23%
B = 67.46%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6B10FF (or 0x6B10FF) is known color: Electric Indigo. HEX triplet: 6B, 10 and FF. RGB value is (107,16,255). Sum of RGB (Red+Green+Blue) = 107+16+255=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B10FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B10FF is #94EF00. Grayscale: #454545. Windows color (decimal): -9760513 or 16715883. OLE color: 16715883.

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

Color convert

RGB 107 16 255 -
CMYK 0.58 0.94 0 0
HSL 262.85º 1% 0.53% -
HSV(B) 262.85º 0.94% 1% -
XYZ 24.3 10.72 95.4 -
YUV 70.46 232.15 154.07 -
System Red Green Blue C M Y K H S L
Decimal 107 16 255 0.58 0.94 0 0 262.85 1 0.53
Hex 6B 10 FF 3A 5E 0 0 107 64 35
Octal 153 20 377 72 136 0 0 407 144 65
Binary 1101011 10000 11111111 111010 1011110 0 0 100000111 1100100 110101

Color Harmonies of #6B10FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B10FF

Black with #6B10FF

Text Example


Text Example

White with #6B10FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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