Html Css Color HEX #6506EC Electric Indigo

📋 copy color: '#6506EC'

red 101 ◦ green 6 ◦ blue 236

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

Shades of Electric Indigo #6506EC

Tints of Electric Indigo #6506EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.75%

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

R = 29.45%
G = 1.75%
B = 68.8%

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

#6506EC (or 0x6506EC) is known color: Electric Indigo. HEX triplet: 65, 06 and EC. RGB value is (101,6,236). Sum of RGB (Red+Green+Blue) = 101+6+236=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #6506EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6506EC is #9AF913. Grayscale: #3B3B3B. Windows color (decimal): -10156308 or 15468133. OLE color: 15468133.

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

Color convert

RGB 101 6 236 -
CMYK 0.57 0.97 0 0.07
HSL 264.78º 0.95% 0.47% -
HSV(B) 264.78º 0.97% 0.93% -
XYZ 20.57 8.95 80 -
YUV 60.63 226.97 156.8 -
System Red Green Blue C M Y K H S L
Decimal 101 6 236 0.57 0.97 0 0.07 264.78 0.95 0.47
Hex 65 6 EC 39 61 0 7 109 5F 2F
Octal 145 6 354 71 141 0 7 411 137 57
Binary 1100101 110 11101100 111001 1100001 0 111 100001001 1011111 101111

Color Harmonies of #6506EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6506EC

Black with #6506EC

Text Example


Text Example

White with #6506EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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