Html Css Color HEX #6712ED Electric Indigo

📋 copy color: '#6712ED'

red 103 ◦ green 18 ◦ blue 237

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

Shades of Electric Indigo #6712ED

Tints of Electric Indigo #6712ED

RGB

 RED value IS 103 (40.63% from 255) = 28.77%

 GREEN value IS 18 (7.42% from 255) = 5.03%

 BLUE value IS 237 (92.97% from 255) = 66.2%

R = 28.77%
G = 5.03%
B = 66.2%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6712ED (or 0x6712ED) is known color: Electric Indigo. HEX triplet: 67, 12 and ED. RGB value is (103,18,237). Sum of RGB (Red+Green+Blue) = 103+18+237=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #6712ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6712ED is #98ED12. Grayscale: #434343. Windows color (decimal): -10022163 or 15536743. OLE color: 15536743.

HSL color Cylindrical-coordinate representation of color #6712ED: hue angle of 263.29º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6712ED is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 103 18 237 -
CMYK 0.57 0.92 0 0.07
HSL 263.29º 0.86% 0.5% -
HSV(B) 263.29º 0.92% 0.93% -
XYZ 21.1 9.43 80.83 -
YUV 68.38 223.16 152.69 -
System Red Green Blue C M Y K H S L
Decimal 103 18 237 0.57 0.92 0 0.07 263.29 0.86 0.5
Hex 67 12 ED 39 5C 0 7 107 56 32
Octal 147 22 355 71 134 0 7 407 126 62
Binary 1100111 10010 11101101 111001 1011100 0 111 100000111 1010110 110010

Color Harmonies of #6712ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6712ED

Black with #6712ED

Text Example


Text Example

White with #6712ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6712ED; }

 p { color: rgb(103,18,237); }

 H1.HeaderClassName
 {
   color: #6712ED;
 }
 .AnyTagClassName
 {
   color: #6712ED;
 }
</style>

background-color css

<style>
 a { background-color: #6712ED; }

 a { background-color: rgb(103,18,237); }

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

border-color css

<style>
 span { border-color: #6712ED; }

 span { border-color: rgb(103,18,237); }

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