Html Css Color HEX #6615FF Electric Indigo

📋 copy color: '#6615FF'

red 102 ◦ green 21 ◦ blue 255

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

Shades of Electric Indigo #6615FF

Tints of Electric Indigo #6615FF

RGB

 RED value IS 102 (40.23% from 255) = 26.98%

 GREEN value IS 21 (8.59% from 255) = 5.56%

 BLUE value IS 255 (100% from 255) = 67.46%

R = 26.98%
G = 5.56%
B = 67.46%

CMYK

 C value IS 0.6

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6615FF (or 0x6615FF) is known color: Electric Indigo. HEX triplet: 66, 15 and FF. RGB value is (102,21,255). Sum of RGB (Red+Green+Blue) = 102+21+255=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 21 (8.59% from 255 or 5.56% 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 #6615FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6615FF is #99EA00. Grayscale: #474747. Windows color (decimal): -10086913 or 16717158. OLE color: 16717158.

HSL color Cylindrical-coordinate representation of color #6615FF: hue angle of 260.77º 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 #6615FF is Cyan = 0.6, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 21 255 -
CMYK 0.6 0.92 0 0
HSL 260.77º 1% 0.54% -
HSV(B) 260.77º 0.92% 1% -
XYZ 23.8 10.58 95.4 -
YUV 71.9 231.34 149.47 -
System Red Green Blue C M Y K H S L
Decimal 102 21 255 0.6 0.92 0 0 260.77 1 0.54
Hex 66 15 FF 3C 5C 0 0 105 64 36
Octal 146 25 377 74 134 0 0 405 144 66
Binary 1100110 10101 11111111 111100 1011100 0 0 100000101 1100100 110110

Color Harmonies of #6615FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6615FF

Black with #6615FF

Text Example


Text Example

White with #6615FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6615FF;
 }
 .AnyTagClassName
 {
   color: #6615FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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