Html Css Color HEX #6808DA Electric Indigo

📋 copy color: '#6808DA'

red 104 ◦ green 8 ◦ blue 218

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

Shades of Electric Indigo #6808DA

Tints of Electric Indigo #6808DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.06%

R = 31.52%
G = 2.42%
B = 66.06%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6808DA (or 0x6808DA) is known color: Electric Indigo. HEX triplet: 68, 08 and DA. RGB value is (104,8,218). Sum of RGB (Red+Green+Blue) = 104+8+218=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #6808DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6808DA is #97F725. Grayscale: #3B3B3B. Windows color (decimal): -9959206 or 14289000. OLE color: 14289000.

HSL color Cylindrical-coordinate representation of color #6808DA: hue angle of 267.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6808DA is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 8 218 -
CMYK 0.52 0.96 0 0.15
HSL 267.43º 0.93% 0.44% -
HSV(B) 267.43º 0.96% 0.85% -
XYZ 18.45 8.18 66.94 -
YUV 60.64 216.8 158.92 -
System Red Green Blue C M Y K H S L
Decimal 104 8 218 0.52 0.96 0 0.15 267.43 0.93 0.44
Hex 68 8 DA 34 60 0 F 10B 5D 2C
Octal 150 10 332 64 140 0 17 413 135 54
Binary 1101000 1000 11011010 110100 1100000 0 1111 100001011 1011101 101100

Color Harmonies of #6808DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6808DA

Black with #6808DA

Text Example


Text Example

White with #6808DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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