Html Css Color HEX #6507EC Electric Indigo

📋 copy color: '#6507EC'

red 101 ◦ green 7 ◦ blue 236

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

Shades of Electric Indigo #6507EC

Tints of Electric Indigo #6507EC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.03%

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

R = 29.36%
G = 2.03%
B = 68.6%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6507EC (or 0x6507EC) is known color: Electric Indigo. HEX triplet: 65, 07 and EC. RGB value is (101,7,236). Sum of RGB (Red+Green+Blue) = 101+7+236=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #6507EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6507EC is #9AF813. Grayscale: #3C3C3C. Windows color (decimal): -10156052 or 15468389. OLE color: 15468389.

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

Color convert

RGB 101 7 236 -
CMYK 0.57 0.97 0 0.07
HSL 264.63º 0.94% 0.48% -
HSV(B) 264.63º 0.97% 0.93% -
XYZ 20.58 8.97 80 -
YUV 61.21 226.64 156.38 -
System Red Green Blue C M Y K H S L
Decimal 101 7 236 0.57 0.97 0 0.07 264.63 0.94 0.48
Hex 65 7 EC 39 61 0 7 109 5E 30
Octal 145 7 354 71 141 0 7 411 136 60
Binary 1100101 111 11101100 111001 1100001 0 111 100001001 1011110 110000

Color Harmonies of #6507EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6507EC

Black with #6507EC

Text Example


Text Example

White with #6507EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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