Html Css Color HEX #6608FE Electric Indigo

📋 copy color: '#6608FE'

red 102 ◦ green 8 ◦ blue 254

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

Shades of Electric Indigo #6608FE

Tints of Electric Indigo #6608FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.78%

R = 28.02%
G = 2.2%
B = 69.78%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6608FE (or 0x6608FE) is known color: Electric Indigo. HEX triplet: 66, 08 and FE. RGB value is (102,8,254). Sum of RGB (Red+Green+Blue) = 102+8+254=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #6608FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6608FE is #99F701. Grayscale: #3F3F3F. Windows color (decimal): -10090242 or 16648294. OLE color: 16648294.

HSL color Cylindrical-coordinate representation of color #6608FE: hue angle of 262.93º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6608FE is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 102 8 254 -
CMYK 0.60 0.97 0 0.00
HSL 262.93º 0.99% 0.51% -
HSV(B) 262.93º 0.97% 1% -
XYZ 23.46 10.15 94.49 -
YUV 64.15 235.14 155 -
System Red Green Blue C M Y K H S L
Decimal 102 8 254 0.60 0.97 0 0.00 262.93 0.99 0.51
Hex 66 8 FE 3C 61 0 0 107 63 33
Octal 146 10 376 74 141 0 0 407 143 63
Binary 1100110 1000 11111110 111100 1100001 0 0 100000111 1100011 110011

Color Harmonies of #6608FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6608FE

Black with #6608FE

Text Example


Text Example

White with #6608FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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