Html Css Color HEX #6610FC Electric Indigo

📋 copy color: '#6610FC'

red 102 ◦ green 16 ◦ blue 252

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

Shades of Electric Indigo #6610FC

Tints of Electric Indigo #6610FC

RGB

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

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

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

R = 27.57%
G = 4.32%
B = 68.11%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6610FC (or 0x6610FC) is known color: Electric Indigo. HEX triplet: 66, 10 and FC. RGB value is (102,16,252). Sum of RGB (Red+Green+Blue) = 102+16+252=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #6610FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6610FC is #99EF03. Grayscale: #434343. Windows color (decimal): -10088196 or 16519270. OLE color: 16519270.

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

Color convert

RGB 102 16 252 -
CMYK 0.60 0.94 0 0.01
HSL 261.86º 0.98% 0.53% -
HSV(B) 261.86º 0.94% 0.99% -
XYZ 23.24 10.22 92.84 -
YUV 68.62 231.49 151.81 -
System Red Green Blue C M Y K H S L
Decimal 102 16 252 0.60 0.94 0 0.01 261.86 0.98 0.53
Hex 66 10 FC 3C 5E 0 1 106 62 35
Octal 146 20 374 74 136 0 1 406 142 65
Binary 1100110 10000 11111100 111100 1011110 0 1 100000110 1100010 110101

Color Harmonies of #6610FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6610FC

Black with #6610FC

Text Example


Text Example

White with #6610FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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