Html Css Color HEX #6502ED Electric Indigo

📋 copy color: '#6502ED'

red 101 ◦ green 2 ◦ blue 237

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

Shades of Electric Indigo #6502ED

Tints of Electric Indigo #6502ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.71%

R = 29.71%
G = 0.59%
B = 69.71%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6502ED (or 0x6502ED) is known color: Electric Indigo. HEX triplet: 65, 02 and ED. RGB value is (101,2,237). Sum of RGB (Red+Green+Blue) = 101+2+237=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #6502ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6502ED is #9AFD12. Grayscale: #393939. Windows color (decimal): -10157331 or 15532645. OLE color: 15532645.

HSL color Cylindrical-coordinate representation of color #6502ED: hue angle of 265.28º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502ED is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 2 237 -
CMYK 0.57 0.99 0 0.07
HSL 265.28º 0.98% 0.47% -
HSV(B) 265.28º 0.99% 0.93% -
XYZ 20.67 8.92 80.75 -
YUV 58.39 228.8 158.39 -
System Red Green Blue C M Y K H S L
Decimal 101 2 237 0.57 0.99 0 0.07 265.28 0.98 0.47
Hex 65 2 ED 39 63 0 7 109 62 2F
Octal 145 2 355 71 143 0 7 411 142 57
Binary 1100101 10 11101101 111001 1100011 0 111 100001001 1100010 101111

Color Harmonies of #6502ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6502ED

Black with #6502ED

Text Example


Text Example

White with #6502ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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