Html Css Color HEX #6807DA Electric Indigo

📋 copy color: '#6807DA'

red 104 ◦ green 7 ◦ blue 218

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

Shades of Electric Indigo #6807DA

Tints of Electric Indigo #6807DA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.13%

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

R = 31.61%
G = 2.13%
B = 66.26%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6807DA (or 0x6807DA) is known color: Electric Indigo. HEX triplet: 68, 07 and DA. RGB value is (104,7,218). Sum of RGB (Red+Green+Blue) = 104+7+218=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #6807DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6807DA is #97F825. Grayscale: #3B3B3B. Windows color (decimal): -9959462 or 14288744. OLE color: 14288744.

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

Color convert

RGB 104 7 218 -
CMYK 0.52 0.97 0 0.15
HSL 267.58º 0.94% 0.44% -
HSV(B) 267.58º 0.97% 0.85% -
XYZ 18.44 8.16 66.93 -
YUV 60.06 217.14 159.34 -
System Red Green Blue C M Y K H S L
Decimal 104 7 218 0.52 0.97 0 0.15 267.58 0.94 0.44
Hex 68 7 DA 34 61 0 F 10C 5E 2C
Octal 150 7 332 64 141 0 17 414 136 54
Binary 1101000 111 11011010 110100 1100001 0 1111 100001100 1011110 101100

Color Harmonies of #6807DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6807DA

Black with #6807DA

Text Example


Text Example

White with #6807DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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