Html Css Color HEX #6D03DE Electric Indigo

📋 copy color: '#6D03DE'

red 109 ◦ green 3 ◦ blue 222

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

Shades of Electric Indigo #6D03DE

Tints of Electric Indigo #6D03DE

RGB

 RED value IS 109 (42.97% from 255) = 32.63%

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 222 (87.11% from 255) = 66.47%

R = 32.63%
G = 0.9%
B = 66.47%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D03DE (or 0x6D03DE) is known color: Electric Indigo. HEX triplet: 6D, 03 and DE. RGB value is (109,3,222). Sum of RGB (Red+Green+Blue) = 109+3+222=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D03DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D03DE is #92FC21. Grayscale: #3A3A3A. Windows color (decimal): -9632802 or 14549869. OLE color: 14549869.

HSL color Cylindrical-coordinate representation of color #6D03DE: hue angle of 269.04º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D03DE is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 3 222 -
CMYK 0.51 0.99 0 0.13
HSL 269.04º 0.97% 0.44% -
HSV(B) 269.04º 0.99% 0.87% -
XYZ 19.52 8.59 69.74 -
YUV 59.66 219.62 163.19 -
System Red Green Blue C M Y K H S L
Decimal 109 3 222 0.51 0.99 0 0.13 269.04 0.97 0.44
Hex 6D 3 DE 33 63 0 D 10D 61 2C
Octal 155 3 336 63 143 0 15 415 141 54
Binary 1101101 11 11011110 110011 1100011 0 1101 100001101 1100001 101100

Color Harmonies of #6D03DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D03DE

Black with #6D03DE

Text Example


Text Example

White with #6D03DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D03DE; }

 p { color: rgb(109,3,222); }

 H1.HeaderClassName
 {
   color: #6D03DE;
 }
 .AnyTagClassName
 {
   color: #6D03DE;
 }
</style>

background-color css

<style>
 a { background-color: #6D03DE; }

 a { background-color: rgb(109,3,222); }

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

border-color css

<style>
 span { border-color: #6D03DE; }

 span { border-color: rgb(109,3,222); }

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