Html Css Color HEX #6913DF Electric Indigo

📋 copy color: '#6913DF'

red 105 ◦ green 19 ◦ blue 223

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

Shades of Electric Indigo #6913DF

Tints of Electric Indigo #6913DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.48%

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

R = 30.26%
G = 5.48%
B = 64.27%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6913DF (or 0x6913DF) is known color: Electric Indigo. HEX triplet: 69, 13 and DF. RGB value is (105,19,223). Sum of RGB (Red+Green+Blue) = 105+19+223=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #6913DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6913DF is #96EC20. Grayscale: #434343. Windows color (decimal): -9890849 or 14619497. OLE color: 14619497.

HSL color Cylindrical-coordinate representation of color #6913DF: hue angle of 265.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6913DF is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 19 223 -
CMYK 0.53 0.91 0 0.13
HSL 265.29º 0.84% 0.47% -
HSV(B) 265.29º 0.91% 0.87% -
XYZ 19.38 8.8 70.49 -
YUV 67.97 215.49 154.41 -
System Red Green Blue C M Y K H S L
Decimal 105 19 223 0.53 0.91 0 0.13 265.29 0.84 0.47
Hex 69 13 DF 35 5B 0 D 109 54 2F
Octal 151 23 337 65 133 0 15 411 124 57
Binary 1101001 10011 11011111 110101 1011011 0 1101 100001001 1010100 101111

Color Harmonies of #6913DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6913DF

Black with #6913DF

Text Example


Text Example

White with #6913DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,19,223); }

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

background-color css

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

 a { background-color: rgb(105,19,223); }

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

border-color css

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

 span { border-color: rgb(105,19,223); }

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