Html Css Color HEX #6900DD Electric Indigo

📋 copy color: '#6900DD'

red 105 ◦ green 0 ◦ blue 221

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

Shades of Electric Indigo #6900DD

Tints of Electric Indigo #6900DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.21%
G = 0%
B = 67.79%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6900DD (or 0x6900DD) is known color: Electric Indigo. HEX triplet: 69, 00 and DD. RGB value is (105,0,221). Sum of RGB (Red+Green+Blue) = 105+0+221=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #6900DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6900DD is #96FF22. Grayscale: #373737. Windows color (decimal): -9895715 or 14483561. OLE color: 14483561.

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

Color convert

RGB 105 0 221 -
CMYK 0.52 1 0 0.13
HSL 268.51º 1% 0.43% -
HSV(B) 268.51º 1% 0.87% -
XYZ 18.88 8.22 69 -
YUV 56.59 220.79 162.53 -
System Red Green Blue C M Y K H S L
Decimal 105 0 221 0.52 1 0 0.13 268.51 1 0.43
Hex 69 0 DD 34 64 0 D 10D 64 2B
Octal 151 0 335 64 144 0 15 415 144 53
Binary 1101001 0 11011101 110100 1100100 0 1101 100001101 1100100 101011

Color Harmonies of #6900DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6900DD

Black with #6900DD

Text Example


Text Example

White with #6900DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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