Html Css Color HEX #6815FF Electric Indigo

📋 copy color: '#6815FF'

red 104 ◦ green 21 ◦ blue 255

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

Shades of Electric Indigo #6815FF

Tints of Electric Indigo #6815FF

RGB

 RED value IS 104 (41.02% from 255) = 27.37%

 GREEN value IS 21 (8.59% from 255) = 5.53%

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

R = 27.37%
G = 5.53%
B = 67.11%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6815FF (or 0x6815FF) is known color: Electric Indigo. HEX triplet: 68, 15 and FF. RGB value is (104,21,255). Sum of RGB (Red+Green+Blue) = 104+21+255=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #6815FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6815FF is #97EA00. Grayscale: #474747. Windows color (decimal): -9955841 or 16717160. OLE color: 16717160.

HSL color Cylindrical-coordinate representation of color #6815FF: hue angle of 261.28º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6815FF is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 21 255 -
CMYK 0.59 0.92 0 0
HSL 261.28º 1% 0.54% -
HSV(B) 261.28º 0.92% 1% -
XYZ 24.03 10.7 95.41 -
YUV 72.49 231 150.47 -
System Red Green Blue C M Y K H S L
Decimal 104 21 255 0.59 0.92 0 0 261.28 1 0.54
Hex 68 15 FF 3B 5C 0 0 105 64 36
Octal 150 25 377 73 134 0 0 405 144 66
Binary 1101000 10101 11111111 111011 1011100 0 0 100000101 1100100 110110

Color Harmonies of #6815FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6815FF

Black with #6815FF

Text Example


Text Example

White with #6815FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6815FF; }

 p { color: rgb(104,21,255); }

 H1.HeaderClassName
 {
   color: #6815FF;
 }
 .AnyTagClassName
 {
   color: #6815FF;
 }
</style>

background-color css

<style>
 a { background-color: #6815FF; }

 a { background-color: rgb(104,21,255); }

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

border-color css

<style>
 span { border-color: #6815FF; }

 span { border-color: rgb(104,21,255); }

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