Html Css Color HEX #6502FD Electric Indigo

📋 copy color: '#6502FD'

red 101 ◦ green 2 ◦ blue 253

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

Shades of Electric Indigo #6502FD

Tints of Electric Indigo #6502FD

RGB

 RED value IS 101 (39.84% from 255) = 28.37%

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 28.37%
G = 0.56%
B = 71.07%

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

#6502FD (or 0x6502FD) is known color: Electric Indigo. HEX triplet: 65, 02 and FD. RGB value is (101,2,253). Sum of RGB (Red+Green+Blue) = 101+2+253=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #6502FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6502FD is #9AFD02. Grayscale: #3B3B3B. Windows color (decimal): -10157315 or 16581221. OLE color: 16581221.

HSL color Cylindrical-coordinate representation of color #6502FD: hue angle of 263.67º 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 #6502FD is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 2 253 -
CMYK 0.60 0.99 0 0.01
HSL 263.67º 0.98% 0.5% -
HSV(B) 263.67º 0.99% 0.99% -
XYZ 23.12 9.9 93.62 -
YUV 60.22 236.8 157.09 -
System Red Green Blue C M Y K H S L
Decimal 101 2 253 0.60 0.99 0 0.01 263.67 0.98 0.5
Hex 65 2 FD 3C 63 0 1 108 62 32
Octal 145 2 375 74 143 0 1 410 142 62
Binary 1100101 10 11111101 111100 1100011 0 1 100001000 1100010 110010

Color Harmonies of #6502FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6502FD

Black with #6502FD

Text Example


Text Example

White with #6502FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,2,253); }

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

background-color css

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

 a { background-color: rgb(101,2,253); }

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

border-color css

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

 span { border-color: rgb(101,2,253); }

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