Html Css Color HEX #6810DF Electric Indigo

📋 copy color: '#6810DF'

red 104 ◦ green 16 ◦ blue 223

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

Shades of Electric Indigo #6810DF

Tints of Electric Indigo #6810DF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.66%

 BLUE value IS 223 (87.5% from 255) = 65.01%

R = 30.32%
G = 4.66%
B = 65.01%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6810DF (or 0x6810DF) is known color: Electric Indigo. HEX triplet: 68, 10 and DF. RGB value is (104,16,223). Sum of RGB (Red+Green+Blue) = 104+16+223=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #6810DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6810DF is #97EF20. Grayscale: #414141. Windows color (decimal): -9957153 or 14618728. OLE color: 14618728.

HSL color Cylindrical-coordinate representation of color #6810DF: hue angle of 265.51º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6810DF is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 16 223 -
CMYK 0.53 0.93 0 0.13
HSL 265.51º 0.87% 0.47% -
HSV(B) 265.51º 0.93% 0.87% -
XYZ 19.21 8.64 70.47 -
YUV 65.91 216.65 155.17 -
System Red Green Blue C M Y K H S L
Decimal 104 16 223 0.53 0.93 0 0.13 265.51 0.87 0.47
Hex 68 10 DF 35 5D 0 D 10A 57 2F
Octal 150 20 337 65 135 0 15 412 127 57
Binary 1101000 10000 11011111 110101 1011101 0 1101 100001010 1010111 101111

Color Harmonies of #6810DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6810DF

Black with #6810DF

Text Example


Text Example

White with #6810DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6810DF; }

 p { color: rgb(104,16,223); }

 H1.HeaderClassName
 {
   color: #6810DF;
 }
 .AnyTagClassName
 {
   color: #6810DF;
 }
</style>

background-color css

<style>
 a { background-color: #6810DF; }

 a { background-color: rgb(104,16,223); }

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

border-color css

<style>
 span { border-color: #6810DF; }

 span { border-color: rgb(104,16,223); }

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