#6715FF

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

Shades of Electric Indigo #6715FF

Tints of Electric Indigo #6715FF

Color information

#6715FF (or 0x6715FF) is unknown color: approx Electric Indigo. HEX triplet: 67, 15 and FF. RGB value is (103,21,255). Sum of RGB (Red+Green+Blue) = 103+21+255=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #6715FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6715FF is #98EA00. Grayscale: #474747. Windows color (decimal): -10021377 or 16717159. OLE color: 16717159.

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

Color convert

RGB10321255-
CMYK0.600.9200
HSL261.03º100%54.12%-
HSV(B)261.03º91.76%100%-
XYZ23.9110.6495.4-
YUV72.19231.17149.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.18%
GREEN value IS 21 (8.59% from 255) = 5.54%
BLUE value IS 255 (100% from 255) = 67.28%
R=27.18%
G=5.54%
B=67.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal103212550.600.9200261.0310054.12
Hex6715FF3C5C001056436
Octal14725377741340040514466
Binary110011110101111111111111001011100001000001011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6715FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,21,255); }

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

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

 a { background-color: rgb(103,21,255); }

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

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

 span { border-color: rgb(103,21,255); }

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