Html Css Color HEX #6501E8 Electric Indigo

📋 copy color: '#6501E8'

red 101 ◦ green 1 ◦ blue 232

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

Shades of Electric Indigo #6501E8

Tints of Electric Indigo #6501E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 69.46%

R = 30.24%
G = 0.3%
B = 69.46%

CMYK

 C value IS 0.56

 M value IS 1.00

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6501E8 (or 0x6501E8) is known color: Electric Indigo. HEX triplet: 65, 01 and E8. RGB value is (101,1,232). Sum of RGB (Red+Green+Blue) = 101+1+232=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 232 (91.02% from 255 or 69.46% from 334); Max value from RGB is 232 - color contains mainly: blue. Hex color #6501E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6501E8 is #9AFE17. Grayscale: #383838. Windows color (decimal): -10157592 or 15204709. OLE color: 15204709.

HSL color Cylindrical-coordinate representation of color #6501E8: hue angle of 265.97º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6501E8 is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 101 1 232 -
CMYK 0.56 1.00 0 0.09
HSL 265.97º 0.99% 0.46% -
HSV(B) 265.97º 1% 0.91% -
XYZ 19.94 8.61 76.96 -
YUV 57.23 226.63 159.22 -
System Red Green Blue C M Y K H S L
Decimal 101 1 232 0.56 1.00 0 0.09 265.97 0.99 0.46
Hex 65 1 E8 38 64 0 9 10A 63 2E
Octal 145 1 350 70 144 0 11 412 143 56
Binary 1100101 1 11101000 111000 1100100 0 1001 100001010 1100011 101110

Color Harmonies of #6501E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6501E8

Black with #6501E8

Text Example


Text Example

White with #6501E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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