Html Css Color HEX #6502EA Electric Indigo

📋 copy color: '#6502EA'

red 101 ◦ green 2 ◦ blue 234

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

Shades of Electric Indigo #6502EA

Tints of Electric Indigo #6502EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.44%

R = 29.97%
G = 0.59%
B = 69.44%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6502EA (or 0x6502EA) is known color: Electric Indigo. HEX triplet: 65, 02 and EA. RGB value is (101,2,234). Sum of RGB (Red+Green+Blue) = 101+2+234=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #6502EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6502EA is #9AFD15. Grayscale: #393939. Windows color (decimal): -10157334 or 15336037. OLE color: 15336037.

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

Color convert

RGB 101 2 234 -
CMYK 0.57 0.99 0 0.08
HSL 265.6º 0.98% 0.46% -
HSV(B) 265.6º 0.99% 0.92% -
XYZ 20.24 8.75 78.46 -
YUV 58.05 227.3 158.64 -
System Red Green Blue C M Y K H S L
Decimal 101 2 234 0.57 0.99 0 0.08 265.6 0.98 0.46
Hex 65 2 EA 39 63 0 8 10A 62 2E
Octal 145 2 352 71 143 0 10 412 142 56
Binary 1100101 10 11101010 111001 1100011 0 1000 100001010 1100010 101110

Color Harmonies of #6502EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6502EA

Black with #6502EA

Text Example


Text Example

White with #6502EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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