Html Css Color HEX #6900DC Electric Indigo

📋 copy color: '#6900DC'

red 105 ◦ green 0 ◦ blue 220

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

Shades of Electric Indigo #6900DC

Tints of Electric Indigo #6900DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.69%

R = 32.31%
G = 0%
B = 67.69%

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

#6900DC (or 0x6900DC) is known color: Electric Indigo. HEX triplet: 69, 00 and DC. RGB value is (105,0,220). Sum of RGB (Red+Green+Blue) = 105+0+220=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #6900DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6900DC is #96FF23. Grayscale: #373737. Windows color (decimal): -9895716 or 14418025. OLE color: 14418025.

HSL color Cylindrical-coordinate representation of color #6900DC: hue angle of 268.64º 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 #6900DC is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 0 220 -
CMYK 0.52 1 0 0.14
HSL 268.64º 1% 0.43% -
HSV(B) 268.64º 1% 0.86% -
XYZ 18.74 8.17 68.3 -
YUV 56.48 220.29 162.61 -
System Red Green Blue C M Y K H S L
Decimal 105 0 220 0.52 1 0 0.14 268.64 1 0.43
Hex 69 0 DC 34 64 0 E 10D 64 2B
Octal 151 0 334 64 144 0 16 415 144 53
Binary 1101001 0 11011100 110100 1100100 0 1110 100001101 1100100 101011

Color Harmonies of #6900DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6900DC

Black with #6900DC

Text Example


Text Example

White with #6900DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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