Html Css Color HEX #6805ED Electric Indigo

📋 copy color: '#6805ED'

red 104 ◦ green 5 ◦ blue 237

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

Shades of Electric Indigo #6805ED

Tints of Electric Indigo #6805ED

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

 BLUE value IS 237 (92.97% from 255) = 68.5%

R = 30.06%
G = 1.45%
B = 68.5%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6805ED (or 0x6805ED) is known color: Electric Indigo. HEX triplet: 68, 05 and ED. RGB value is (104,5,237). Sum of RGB (Red+Green+Blue) = 104+5+237=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #6805ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6805ED is #97FA12. Grayscale: #3C3C3C. Windows color (decimal): -9959955 or 15533416. OLE color: 15533416.

HSL color Cylindrical-coordinate representation of color #6805ED: hue angle of 265.6º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6805ED is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 5 237 -
CMYK 0.56 0.98 0 0.07
HSL 265.6º 0.96% 0.47% -
HSV(B) 265.6º 0.98% 0.93% -
XYZ 21.05 9.17 80.78 -
YUV 61.05 227.3 158.64 -
System Red Green Blue C M Y K H S L
Decimal 104 5 237 0.56 0.98 0 0.07 265.6 0.96 0.47
Hex 68 5 ED 38 62 0 7 10A 60 2F
Octal 150 5 355 70 142 0 7 412 140 57
Binary 1101000 101 11101101 111000 1100010 0 111 100001010 1100000 101111

Color Harmonies of #6805ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6805ED

Black with #6805ED

Text Example


Text Example

White with #6805ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6805ED; }

 p { color: rgb(104,5,237); }

 H1.HeaderClassName
 {
   color: #6805ED;
 }
 .AnyTagClassName
 {
   color: #6805ED;
 }
</style>

background-color css

<style>
 a { background-color: #6805ED; }

 a { background-color: rgb(104,5,237); }

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

border-color css

<style>
 span { border-color: #6805ED; }

 span { border-color: rgb(104,5,237); }

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