#6917FC

Color #6917FC Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6917FC

Tints of Electric Indigo #6917FC

Color information

#6917FC (or 0x6917FC) is unknown color: approx Electric Indigo. HEX triplet: 69, 17 and FC. RGB value is (105,23,252). Sum of RGB (Red+Green+Blue) = 105+23+252=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #6917FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6917FC is #96E803. Grayscale: #484848. Windows color (decimal): -9889796 or 16521065. OLE color: 16521065.

HSL color Cylindrical-coordinate representation of color #6917FC: hue angle of 261.48º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6917FC is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10523252-
CMYK0.580.9100.01
HSL261.48º97.45%53.92%-
HSV(B)261.48º90.87%98.82%-
XYZ23.710.6492.9-
YUV73.62228.67150.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 23 (9.38% from 255) = 6.05%
BLUE value IS 252 (98.83% from 255) = 66.32%
R=27.63%
G=6.05%
B=66.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal105232520.580.9100.01261.4897.4553.92
Hex6917FC3A5B011056136
Octal15127374721330140514166
Binary110100110111111111001110101011011011000001011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6917FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6917FC; }

 p { color: rgb(105,23,252); }

 H1.HeaderClassName
 {
   color: #6917FC;
 }
 .AnyTagClassName
 {
   color: #6917FC;
 }
</style>
background-color css

<style>
 a { background-color: #6917FC; }

 a { background-color: rgb(105,23,252); }

 div.DivClassName
 {
   background-color: #6917FC;
 }
 .BgClassName
 {
   background-color: #6917FC;
 }
</style>
border-color css

<style>
 span { border-color: #6917FC; }

 span { border-color: rgb(105,23,252); }

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