Html Css Color HEX #6603FF Electric Indigo

📋 copy color: '#6603FF'

red 102 ◦ green 3 ◦ blue 255

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

Shades of Electric Indigo #6603FF

Tints of Electric Indigo #6603FF

RGB

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

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

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

R = 28.33%
G = 0.83%
B = 70.83%

CMYK

 C value IS 0.6

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6603FF (or 0x6603FF) is known color: Electric Indigo. HEX triplet: 66, 03 and FF. RGB value is (102,3,255). Sum of RGB (Red+Green+Blue) = 102+3+255=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #6603FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6603FF is #99FC00. Grayscale: #3C3C3C. Windows color (decimal): -10091521 or 16712550. OLE color: 16712550.

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

Color convert

RGB 102 3 255 -
CMYK 0.6 0.99 0 0
HSL 263.57º 1% 0.51% -
HSV(B) 263.57º 0.99% 1% -
XYZ 23.56 10.11 95.32 -
YUV 61.33 237.3 157.01 -
System Red Green Blue C M Y K H S L
Decimal 102 3 255 0.6 0.99 0 0 263.57 1 0.51
Hex 66 3 FF 3C 63 0 0 108 64 33
Octal 146 3 377 74 143 0 0 410 144 63
Binary 1100110 11 11111111 111100 1100011 0 0 100001000 1100100 110011

Color Harmonies of #6603FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6603FF

Black with #6603FF

Text Example


Text Example

White with #6603FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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