Html Css Color HEX #6603FC Electric Indigo

📋 copy color: '#6603FC'

red 102 ◦ green 3 ◦ blue 252

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

Shades of Electric Indigo #6603FC

Tints of Electric Indigo #6603FC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

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

R = 28.57%
G = 0.84%
B = 70.59%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6603FC (or 0x6603FC) is known color: Electric Indigo. HEX triplet: 66, 03 and FC. RGB value is (102,3,252). Sum of RGB (Red+Green+Blue) = 102+3+252=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 252 (98.83% from 255 or 70.59% from 357); Max value from RGB is 252 - color contains mainly: blue. Hex color #6603FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6603FC is #99FC03. Grayscale: #3C3C3C. Windows color (decimal): -10091524 or 16515942. OLE color: 16515942.

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

Color convert

RGB 102 3 252 -
CMYK 0.60 0.99 0 0.01
HSL 263.86º 0.98% 0.5% -
HSV(B) 263.86º 0.99% 0.99% -
XYZ 23.08 9.92 92.79 -
YUV 60.99 235.8 157.25 -
System Red Green Blue C M Y K H S L
Decimal 102 3 252 0.60 0.99 0 0.01 263.86 0.98 0.5
Hex 66 3 FC 3C 63 0 1 108 62 32
Octal 146 3 374 74 143 0 1 410 142 62
Binary 1100110 11 11111100 111100 1100011 0 1 100001000 1100010 110010

Color Harmonies of #6603FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6603FC

Black with #6603FC

Text Example


Text Example

White with #6603FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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