Html Css Color HEX #6900DB Electric Indigo

📋 copy color: '#6900DB'

red 105 ◦ green 0 ◦ blue 219

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

Shades of Electric Indigo #6900DB

Tints of Electric Indigo #6900DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.59%

R = 32.41%
G = 0%
B = 67.59%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6900DB (or 0x6900DB) is known color: Electric Indigo. HEX triplet: 69, 00 and DB. RGB value is (105,0,219). Sum of RGB (Red+Green+Blue) = 105+0+219=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #6900DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6900DB is #96FF24. Grayscale: #373737. Windows color (decimal): -9895717 or 14352489. OLE color: 14352489.

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

Color convert

RGB 105 0 219 -
CMYK 0.52 1 0 0.14
HSL 268.77º 1% 0.43% -
HSV(B) 268.77º 1% 0.86% -
XYZ 18.61 8.12 67.6 -
YUV 56.36 219.79 162.69 -
System Red Green Blue C M Y K H S L
Decimal 105 0 219 0.52 1 0 0.14 268.77 1 0.43
Hex 69 0 DB 34 64 0 E 10D 64 2B
Octal 151 0 333 64 144 0 16 415 144 53
Binary 1101001 0 11011011 110100 1100100 0 1110 100001101 1100100 101011

Color Harmonies of #6900DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6900DB

Black with #6900DB

Text Example


Text Example

White with #6900DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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