#6912FF

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

Shades of Electric Indigo #6912FF

Tints of Electric Indigo #6912FF

Color information

#6912FF (or 0x6912FF) is unknown color: approx Electric Indigo. HEX triplet: 69, 12 and FF. RGB value is (105,18,255). Sum of RGB (Red+Green+Blue) = 105+18+255=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #6912FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6912FF is #96ED00. Grayscale: #464646. Windows color (decimal): -9891073 or 16716393. OLE color: 16716393.

HSL color Cylindrical-coordinate representation of color #6912FF: hue angle of 262.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6912FF is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB10518255-
CMYK0.590.9300
HSL262.03º100%53.53%-
HSV(B)262.03º92.94%100%-
XYZ24.0910.6695.39-
YUV71.03231.82152.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 18 (7.42% from 255) = 4.76%
BLUE value IS 255 (100% from 255) = 67.46%
R=27.78%
G=4.76%
B=67.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal105182550.590.9300262.0310053.53
Hex6912FF3B5D001066436
Octal15122377731350040614466
Binary110100110010111111111110111011101001000001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6912FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6912FF; }

 p { color: rgb(105,18,255); }

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

<style>
 a { background-color: #6912FF; }

 a { background-color: rgb(105,18,255); }

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

<style>
 span { border-color: #6912FF; }

 span { border-color: rgb(105,18,255); }

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