Html Css Color HEX #6615FC Electric Indigo

📋 copy color: '#6615FC'

red 102 ◦ green 21 ◦ blue 252

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

Shades of Electric Indigo #6615FC

Tints of Electric Indigo #6615FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.2%

R = 27.2%
G = 5.6%
B = 67.2%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6615FC (or 0x6615FC) is known color: Electric Indigo. HEX triplet: 66, 15 and FC. RGB value is (102,21,252). Sum of RGB (Red+Green+Blue) = 102+21+252=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #6615FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6615FC is #99EA03. Grayscale: #464646. Windows color (decimal): -10086916 or 16520550. OLE color: 16520550.

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

Color convert

RGB 102 21 252 -
CMYK 0.60 0.92 0 0.01
HSL 261.04º 0.97% 0.54% -
HSV(B) 261.04º 0.92% 0.99% -
XYZ 23.32 10.39 92.87 -
YUV 71.55 229.84 149.72 -
System Red Green Blue C M Y K H S L
Decimal 102 21 252 0.60 0.92 0 0.01 261.04 0.97 0.54
Hex 66 15 FC 3C 5C 0 1 105 61 36
Octal 146 25 374 74 134 0 1 405 141 66
Binary 1100110 10101 11111100 111100 1011100 0 1 100000101 1100001 110110

Color Harmonies of #6615FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6615FC

Black with #6615FC

Text Example


Text Example

White with #6615FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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