Html Css Color HEX #6608F4 Electric Indigo

📋 copy color: '#6608F4'

red 102 ◦ green 8 ◦ blue 244

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

Shades of Electric Indigo #6608F4

Tints of Electric Indigo #6608F4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.26%

 BLUE value IS 244 (95.7% from 255) = 68.93%

R = 28.81%
G = 2.26%
B = 68.93%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6608F4 (or 0x6608F4) is known color: Electric Indigo. HEX triplet: 66, 08 and F4. RGB value is (102,8,244). Sum of RGB (Red+Green+Blue) = 102+8+244=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 244 (95.70% from 255 or 68.93% from 354); Max value from RGB is 244 - color contains mainly: blue. Hex color #6608F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6608F4 is #99F70B. Grayscale: #3E3E3E. Windows color (decimal): -10090252 or 15992934. OLE color: 15992934.

HSL color Cylindrical-coordinate representation of color #6608F4: hue angle of 263.9º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6608F4 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 102 8 244 -
CMYK 0.58 0.97 0 0.04
HSL 263.9º 0.94% 0.49% -
HSV(B) 263.9º 0.97% 0.96% -
XYZ 21.9 9.53 86.27 -
YUV 63.01 230.14 155.81 -
System Red Green Blue C M Y K H S L
Decimal 102 8 244 0.58 0.97 0 0.04 263.9 0.94 0.49
Hex 66 8 F4 3A 61 0 4 108 5E 31
Octal 146 10 364 72 141 0 4 410 136 61
Binary 1100110 1000 11110100 111010 1100001 0 100 100001000 1011110 110001

Color Harmonies of #6608F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6608F4

Black with #6608F4

Text Example


Text Example

White with #6608F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6608F4; }

 p { color: rgb(102,8,244); }

 H1.HeaderClassName
 {
   color: #6608F4;
 }
 .AnyTagClassName
 {
   color: #6608F4;
 }
</style>

background-color css

<style>
 a { background-color: #6608F4; }

 a { background-color: rgb(102,8,244); }

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

border-color css

<style>
 span { border-color: #6608F4; }

 span { border-color: rgb(102,8,244); }

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