Html Css Color HEX #6605FD Electric Indigo

📋 copy color: '#6605FD'

red 102 ◦ green 5 ◦ blue 253

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

Shades of Electric Indigo #6605FD

Tints of Electric Indigo #6605FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

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

R = 28.33%
G = 1.39%
B = 70.28%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6605FD (or 0x6605FD) is known color: Electric Indigo. HEX triplet: 66, 05 and FD. RGB value is (102,5,253). Sum of RGB (Red+Green+Blue) = 102+5+253=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #6605FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6605FD is #99FA02. Grayscale: #3D3D3D. Windows color (decimal): -10091011 or 16581990. OLE color: 16581990.

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

Color convert

RGB 102 5 253 -
CMYK 0.60 0.98 0 0.01
HSL 263.47º 0.98% 0.51% -
HSV(B) 263.47º 0.98% 0.99% -
XYZ 23.26 10.03 93.64 -
YUV 62.28 235.64 156.33 -
System Red Green Blue C M Y K H S L
Decimal 102 5 253 0.60 0.98 0 0.01 263.47 0.98 0.51
Hex 66 5 FD 3C 62 0 1 107 62 33
Octal 146 5 375 74 142 0 1 407 142 63
Binary 1100110 101 11111101 111100 1100010 0 1 100000111 1100010 110011

Color Harmonies of #6605FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6605FD

Black with #6605FD

Text Example


Text Example

White with #6605FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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