Html Css Color HEX #6614F8 Electric Indigo

📋 copy color: '#6614F8'

red 102 ◦ green 20 ◦ blue 248

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

Shades of Electric Indigo #6614F8

Tints of Electric Indigo #6614F8

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.41%

 BLUE value IS 248 (97.27% from 255) = 67.03%

R = 27.57%
G = 5.41%
B = 67.03%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6614F8 (or 0x6614F8) is known color: Electric Indigo. HEX triplet: 66, 14 and F8. RGB value is (102,20,248). Sum of RGB (Red+Green+Blue) = 102+20+248=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 248 (97.27% from 255 or 67.03% from 370); Max value from RGB is 248 - color contains mainly: blue. Hex color #6614F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6614F8 is #99EB07. Grayscale: #454545. Windows color (decimal): -10087176 or 16258150. OLE color: 16258150.

HSL color Cylindrical-coordinate representation of color #6614F8: hue angle of 261.58º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6614F8 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 102 20 248 -
CMYK 0.59 0.92 0 0.03
HSL 261.58º 0.94% 0.53% -
HSV(B) 261.58º 0.92% 0.97% -
XYZ 22.67 10.1 89.56 -
YUV 70.51 228.17 150.46 -
System Red Green Blue C M Y K H S L
Decimal 102 20 248 0.59 0.92 0 0.03 261.58 0.94 0.53
Hex 66 14 F8 3B 5C 0 3 106 5E 35
Octal 146 24 370 73 134 0 3 406 136 65
Binary 1100110 10100 11111000 111011 1011100 0 11 100000110 1011110 110101

Color Harmonies of #6614F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6614F8

Black with #6614F8

Text Example


Text Example

White with #6614F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6614F8; }

 p { color: rgb(102,20,248); }

 H1.HeaderClassName
 {
   color: #6614F8;
 }
 .AnyTagClassName
 {
   color: #6614F8;
 }
</style>

background-color css

<style>
 a { background-color: #6614F8; }

 a { background-color: rgb(102,20,248); }

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

border-color css

<style>
 span { border-color: #6614F8; }

 span { border-color: rgb(102,20,248); }

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