Html Css Color HEX #6502FF Electric Indigo

📋 copy color: '#6502FF'

red 101 ◦ green 2 ◦ blue 255

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

Shades of Electric Indigo #6502FF

Tints of Electric Indigo #6502FF

RGB

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

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

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

R = 28.21%
G = 0.56%
B = 71.23%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6502FF (or 0x6502FF) is known color: Electric Indigo. HEX triplet: 65, 02 and FF. RGB value is (101,2,255). Sum of RGB (Red+Green+Blue) = 101+2+255=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #6502FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6502FF is #9AFD00. Grayscale: #3B3B3B. Windows color (decimal): -10157313 or 16712293. OLE color: 16712293.

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

Color convert

RGB 101 2 255 -
CMYK 0.60 0.99 0 0
HSL 263.48º 1% 0.5% -
HSV(B) 263.48º 0.99% 1% -
XYZ 23.44 10.03 95.31 -
YUV 60.44 237.8 156.93 -
System Red Green Blue C M Y K H S L
Decimal 101 2 255 0.60 0.99 0 0 263.48 1 0.5
Hex 65 2 FF 3C 63 0 0 107 64 32
Octal 145 2 377 74 143 0 0 407 144 62
Binary 1100101 10 11111111 111100 1100011 0 0 100000111 1100100 110010

Color Harmonies of #6502FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6502FF

Black with #6502FF

Text Example


Text Example

White with #6502FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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