Html Css Color HEX #6817FF Electric Indigo

📋 copy color: '#6817FF'

red 104 ◦ green 23 ◦ blue 255

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

Shades of Electric Indigo #6817FF

Tints of Electric Indigo #6817FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.02%

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

R = 27.23%
G = 6.02%
B = 66.75%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6817FF (or 0x6817FF) is known color: Electric Indigo. HEX triplet: 68, 17 and FF. RGB value is (104,23,255). Sum of RGB (Red+Green+Blue) = 104+23+255=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #6817FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6817FF is #97E800. Grayscale: #484848. Windows color (decimal): -9955329 or 16717672. OLE color: 16717672.

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

Color convert

RGB 104 23 255 -
CMYK 0.59 0.91 0 0
HSL 260.95º 1% 0.55% -
HSV(B) 260.95º 0.91% 1% -
XYZ 24.07 10.78 95.42 -
YUV 73.67 230.34 149.64 -
System Red Green Blue C M Y K H S L
Decimal 104 23 255 0.59 0.91 0 0 260.95 1 0.55
Hex 68 17 FF 3B 5B 0 0 105 64 37
Octal 150 27 377 73 133 0 0 405 144 67
Binary 1101000 10111 11111111 111011 1011011 0 0 100000101 1100100 110111

Color Harmonies of #6817FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6817FF

Black with #6817FF

Text Example


Text Example

White with #6817FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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