Html Css Color HEX #6808FF Electric Indigo

📋 copy color: '#6808FF'

red 104 ◦ green 8 ◦ blue 255

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

Shades of Electric Indigo #6808FF

Tints of Electric Indigo #6808FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.18%

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

R = 28.34%
G = 2.18%
B = 69.48%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6808FF (or 0x6808FF) is known color: Electric Indigo. HEX triplet: 68, 08 and FF. RGB value is (104,8,255). Sum of RGB (Red+Green+Blue) = 104+8+255=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #6808FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6808FF is #97F700. Grayscale: #3F3F3F. Windows color (decimal): -9959169 or 16713832. OLE color: 16713832.

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

Color convert

RGB 104 8 255 -
CMYK 0.59 0.97 0 0
HSL 263.32º 1% 0.52% -
HSV(B) 263.32º 0.97% 1% -
XYZ 23.85 10.34 95.35 -
YUV 64.86 235.3 155.92 -
System Red Green Blue C M Y K H S L
Decimal 104 8 255 0.59 0.97 0 0 263.32 1 0.52
Hex 68 8 FF 3B 61 0 0 107 64 34
Octal 150 10 377 73 141 0 0 407 144 64
Binary 1101000 1000 11111111 111011 1100001 0 0 100000111 1100100 110100

Color Harmonies of #6808FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6808FF

Black with #6808FF

Text Example


Text Example

White with #6808FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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