Html Css Color HEX #6703DF Electric Indigo

📋 copy color: '#6703DF'

red 103 ◦ green 3 ◦ blue 223

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

Shades of Electric Indigo #6703DF

Tints of Electric Indigo #6703DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.78%

R = 31.31%
G = 0.91%
B = 67.78%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6703DF (or 0x6703DF) is known color: Electric Indigo. HEX triplet: 67, 03 and DF. RGB value is (103,3,223). Sum of RGB (Red+Green+Blue) = 103+3+223=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #6703DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6703DF is #98FC20. Grayscale: #393939. Windows color (decimal): -10026017 or 14615399. OLE color: 14615399.

HSL color Cylindrical-coordinate representation of color #6703DF: hue angle of 267.27º 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 #6703DF is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 3 223 -
CMYK 0.54 0.99 0 0.13
HSL 267.27º 0.97% 0.44% -
HSV(B) 267.27º 0.99% 0.87% -
XYZ 18.95 8.28 70.41 -
YUV 57.98 221.13 160.11 -
System Red Green Blue C M Y K H S L
Decimal 103 3 223 0.54 0.99 0 0.13 267.27 0.97 0.44
Hex 67 3 DF 36 63 0 D 10B 61 2C
Octal 147 3 337 66 143 0 15 413 141 54
Binary 1100111 11 11011111 110110 1100011 0 1101 100001011 1100001 101100

Color Harmonies of #6703DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6703DF

Black with #6703DF

Text Example


Text Example

White with #6703DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6703DF; }

 p { color: rgb(103,3,223); }

 H1.HeaderClassName
 {
   color: #6703DF;
 }
 .AnyTagClassName
 {
   color: #6703DF;
 }
</style>

background-color css

<style>
 a { background-color: #6703DF; }

 a { background-color: rgb(103,3,223); }

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

border-color css

<style>
 span { border-color: #6703DF; }

 span { border-color: rgb(103,3,223); }

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