Html Css Color HEX #6910DD Electric Indigo

📋 copy color: '#6910DD'

red 105 ◦ green 16 ◦ blue 221

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

Shades of Electric Indigo #6910DD

Tints of Electric Indigo #6910DD

RGB

 RED value IS 105 (41.41% from 255) = 30.7%

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

 BLUE value IS 221 (86.72% from 255) = 64.62%

R = 30.7%
G = 4.68%
B = 64.62%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6910DD (or 0x6910DD) is known color: Electric Indigo. HEX triplet: 69, 10 and DD. RGB value is (105,16,221). Sum of RGB (Red+Green+Blue) = 105+16+221=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #6910DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6910DD is #96EF22. Grayscale: #414141. Windows color (decimal): -9891619 or 14487657. OLE color: 14487657.

HSL color Cylindrical-coordinate representation of color #6910DD: hue angle of 266.05º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6910DD is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 16 221 -
CMYK 0.52 0.93 0 0.13
HSL 266.05º 0.86% 0.46% -
HSV(B) 266.05º 0.93% 0.87% -
XYZ 19.06 8.59 69.06 -
YUV 65.98 215.49 155.83 -
System Red Green Blue C M Y K H S L
Decimal 105 16 221 0.52 0.93 0 0.13 266.05 0.86 0.46
Hex 69 10 DD 34 5D 0 D 10A 56 2E
Octal 151 20 335 64 135 0 15 412 126 56
Binary 1101001 10000 11011101 110100 1011101 0 1101 100001010 1010110 101110

Color Harmonies of #6910DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6910DD

Black with #6910DD

Text Example


Text Example

White with #6910DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6910DD; }

 p { color: rgb(105,16,221); }

 H1.HeaderClassName
 {
   color: #6910DD;
 }
 .AnyTagClassName
 {
   color: #6910DD;
 }
</style>

background-color css

<style>
 a { background-color: #6910DD; }

 a { background-color: rgb(105,16,221); }

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

border-color css

<style>
 span { border-color: #6910DD; }

 span { border-color: rgb(105,16,221); }

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