Html Css Color HEX #6610DF Electric Indigo

📋 copy color: '#6610DF'

red 102 ◦ green 16 ◦ blue 223

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

Shades of Electric Indigo #6610DF

Tints of Electric Indigo #6610DF

RGB

 RED value IS 102 (40.23% from 255) = 29.91%

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

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

R = 29.91%
G = 4.69%
B = 65.4%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6610DF (or 0x6610DF) is known color: Electric Indigo. HEX triplet: 66, 10 and DF. RGB value is (102,16,223). Sum of RGB (Red+Green+Blue) = 102+16+223=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #6610DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6610DF is #99EF20. Grayscale: #404040. Windows color (decimal): -10088225 or 14618726. OLE color: 14618726.

HSL color Cylindrical-coordinate representation of color #6610DF: hue angle of 264.93º 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 #6610DF is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 16 223 -
CMYK 0.54 0.93 0 0.13
HSL 264.93º 0.87% 0.47% -
HSV(B) 264.93º 0.93% 0.87% -
XYZ 18.98 8.52 70.46 -
YUV 65.31 216.99 154.17 -
System Red Green Blue C M Y K H S L
Decimal 102 16 223 0.54 0.93 0 0.13 264.93 0.87 0.47
Hex 66 10 DF 36 5D 0 D 109 57 2F
Octal 146 20 337 66 135 0 15 411 127 57
Binary 1100110 10000 11011111 110110 1011101 0 1101 100001001 1010111 101111

Color Harmonies of #6610DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6610DF

Black with #6610DF

Text Example


Text Example

White with #6610DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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