Html Css Color HEX #6610FF Electric Indigo

📋 copy color: '#6610FF'

red 102 ◦ green 16 ◦ blue 255

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

Shades of Electric Indigo #6610FF

Tints of Electric Indigo #6610FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.29%

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

R = 27.35%
G = 4.29%
B = 68.36%

CMYK

 C value IS 0.6

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6610FF (or 0x6610FF) is known color: Electric Indigo. HEX triplet: 66, 10 and FF. RGB value is (102,16,255). Sum of RGB (Red+Green+Blue) = 102+16+255=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #6610FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6610FF is #99EF00. Grayscale: #444444. Windows color (decimal): -10088193 or 16715878. OLE color: 16715878.

HSL color Cylindrical-coordinate representation of color #6610FF: hue angle of 261.59º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6610FF is Cyan = 0.6, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 16 255 -
CMYK 0.6 0.94 0 0
HSL 261.59º 1% 0.53% -
HSV(B) 261.59º 0.94% 1% -
XYZ 23.71 10.42 95.37 -
YUV 68.96 232.99 151.57 -
System Red Green Blue C M Y K H S L
Decimal 102 16 255 0.6 0.94 0 0 261.59 1 0.53
Hex 66 10 FF 3C 5E 0 0 106 64 35
Octal 146 20 377 74 136 0 0 406 144 65
Binary 1100110 10000 11111111 111100 1011110 0 0 100000110 1100100 110101

Color Harmonies of #6610FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6610FF

Black with #6610FF

Text Example


Text Example

White with #6610FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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