Html Css Color HEX #6501DF Electric Indigo

📋 copy color: '#6501DF'

red 101 ◦ green 1 ◦ blue 223

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

Shades of Electric Indigo #6501DF

Tints of Electric Indigo #6501DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.62%

R = 31.08%
G = 0.31%
B = 68.62%

CMYK

 C value IS 0.55

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6501DF (or 0x6501DF) is known color: Electric Indigo. HEX triplet: 65, 01 and DF. RGB value is (101,1,223). Sum of RGB (Red+Green+Blue) = 101+1+223=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #6501DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6501DF is #9AFE20. Grayscale: #373737. Windows color (decimal): -10157601 or 14614885. OLE color: 14614885.

HSL color Cylindrical-coordinate representation of color #6501DF: hue angle of 267.03º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6501DF is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 1 223 -
CMYK 0.55 1.00 0 0.13
HSL 267.03º 0.99% 0.44% -
HSV(B) 267.03º 1% 0.87% -
XYZ 18.7 8.12 70.39 -
YUV 56.21 222.13 159.95 -
System Red Green Blue C M Y K H S L
Decimal 101 1 223 0.55 1.00 0 0.13 267.03 0.99 0.44
Hex 65 1 DF 37 64 0 D 10B 63 2C
Octal 145 1 337 67 144 0 15 413 143 54
Binary 1100101 1 11011111 110111 1100100 0 1101 100001011 1100011 101100

Color Harmonies of #6501DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6501DF

Black with #6501DF

Text Example


Text Example

White with #6501DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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