Html Css Color HEX #6600FD Electric Indigo

📋 copy color: '#6600FD'

red 102 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #6600FD

Tints of Electric Indigo #6600FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 253 (99.22% from 255) = 71.27%

R = 28.73%
G = 0%
B = 71.27%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6600FD (or 0x6600FD) is known color: Electric Indigo. HEX triplet: 66, 00 and FD. RGB value is (102,0,253). Sum of RGB (Red+Green+Blue) = 102+0+253=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #6600FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6600FD is #99FF02. Grayscale: #3A3A3A. Windows color (decimal): -10092291 or 16580710. OLE color: 16580710.

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

Color convert

RGB 102 0 253 -
CMYK 0.60 1 0 0.01
HSL 264.19º 1% 0.5% -
HSV(B) 264.19º 1% 0.99% -
XYZ 23.21 9.92 93.62 -
YUV 59.34 237.29 158.43 -
System Red Green Blue C M Y K H S L
Decimal 102 0 253 0.60 1 0 0.01 264.19 1 0.5
Hex 66 0 FD 3C 64 0 1 108 64 32
Octal 146 0 375 74 144 0 1 410 144 62
Binary 1100110 0 11111101 111100 1100100 0 1 100001000 1100100 110010

Color Harmonies of #6600FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6600FD

Black with #6600FD

Text Example


Text Example

White with #6600FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6600FD; }

 p { color: rgb(102,0,253); }

 H1.HeaderClassName
 {
   color: #6600FD;
 }
 .AnyTagClassName
 {
   color: #6600FD;
 }
</style>

background-color css

<style>
 a { background-color: #6600FD; }

 a { background-color: rgb(102,0,253); }

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

border-color css

<style>
 span { border-color: #6600FD; }

 span { border-color: rgb(102,0,253); }

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