Html Css Color HEX #6501EF Electric Indigo

📋 copy color: '#6501EF'

red 101 ◦ green 1 ◦ blue 239

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

Shades of Electric Indigo #6501EF

Tints of Electric Indigo #6501EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 239 (93.75% from 255) = 70.09%

R = 29.62%
G = 0.29%
B = 70.09%

CMYK

 C value IS 0.58

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6501EF (or 0x6501EF) is known color: Electric Indigo. HEX triplet: 65, 01 and EF. RGB value is (101,1,239). Sum of RGB (Red+Green+Blue) = 101+1+239=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #6501EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6501EF is #9AFE10. Grayscale: #393939. Windows color (decimal): -10157585 or 15663461. OLE color: 15663461.

HSL color Cylindrical-coordinate representation of color #6501EF: hue angle of 265.21º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6501EF is Cyan = 0.58, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 1 239 -
CMYK 0.58 1.00 0 0.06
HSL 265.21º 0.99% 0.47% -
HSV(B) 265.21º 1% 0.94% -
XYZ 20.96 9.02 82.3 -
YUV 58.03 230.13 158.65 -
System Red Green Blue C M Y K H S L
Decimal 101 1 239 0.58 1.00 0 0.06 265.21 0.99 0.47
Hex 65 1 EF 3A 64 0 6 109 63 2F
Octal 145 1 357 72 144 0 6 411 143 57
Binary 1100101 1 11101111 111010 1100100 0 110 100001001 1100011 101111

Color Harmonies of #6501EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6501EF

Black with #6501EF

Text Example


Text Example

White with #6501EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6501EF; }

 p { color: rgb(101,1,239); }

 H1.HeaderClassName
 {
   color: #6501EF;
 }
 .AnyTagClassName
 {
   color: #6501EF;
 }
</style>

background-color css

<style>
 a { background-color: #6501EF; }

 a { background-color: rgb(101,1,239); }

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

border-color css

<style>
 span { border-color: #6501EF; }

 span { border-color: rgb(101,1,239); }

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