Html Css Color HEX #6505EC Electric Indigo

📋 copy color: '#6505EC'

red 101 ◦ green 5 ◦ blue 236

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

Shades of Electric Indigo #6505EC

Tints of Electric Indigo #6505EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 69.01%

R = 29.53%
G = 1.46%
B = 69.01%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6505EC (or 0x6505EC) is known color: Electric Indigo. HEX triplet: 65, 05 and EC. RGB value is (101,5,236). Sum of RGB (Red+Green+Blue) = 101+5+236=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #6505EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6505EC is #9AFA13. Grayscale: #3B3B3B. Windows color (decimal): -10156564 or 15467877. OLE color: 15467877.

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

Color convert

RGB 101 5 236 -
CMYK 0.57 0.98 0 0.07
HSL 264.94º 0.96% 0.47% -
HSV(B) 264.94º 0.98% 0.93% -
XYZ 20.56 8.93 80 -
YUV 60.04 227.3 157.22 -
System Red Green Blue C M Y K H S L
Decimal 101 5 236 0.57 0.98 0 0.07 264.94 0.96 0.47
Hex 65 5 EC 39 62 0 7 109 60 2F
Octal 145 5 354 71 142 0 7 411 140 57
Binary 1100101 101 11101100 111001 1100010 0 111 100001001 1100000 101111

Color Harmonies of #6505EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6505EC

Black with #6505EC

Text Example


Text Example

White with #6505EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6505EC; }

 p { color: rgb(101,5,236); }

 H1.HeaderClassName
 {
   color: #6505EC;
 }
 .AnyTagClassName
 {
   color: #6505EC;
 }
</style>

background-color css

<style>
 a { background-color: #6505EC; }

 a { background-color: rgb(101,5,236); }

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

border-color css

<style>
 span { border-color: #6505EC; }

 span { border-color: rgb(101,5,236); }

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