Html Css Color HEX #6503DE Electric Indigo

📋 copy color: '#6503DE'

red 101 ◦ green 3 ◦ blue 222

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

Shades of Electric Indigo #6503DE

Tints of Electric Indigo #6503DE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 222 (87.11% from 255) = 68.1%

R = 30.98%
G = 0.92%
B = 68.1%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6503DE (or 0x6503DE) is known color: Electric Indigo. HEX triplet: 65, 03 and DE. RGB value is (101,3,222). Sum of RGB (Red+Green+Blue) = 101+3+222=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #6503DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6503DE is #9AFC21. Grayscale: #383838. Windows color (decimal): -10157090 or 14549861. OLE color: 14549861.

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

Color convert

RGB 101 3 222 -
CMYK 0.55 0.99 0 0.13
HSL 266.85º 0.97% 0.44% -
HSV(B) 266.85º 0.99% 0.87% -
XYZ 18.58 8.11 69.69 -
YUV 57.27 220.97 159.19 -
System Red Green Blue C M Y K H S L
Decimal 101 3 222 0.55 0.99 0 0.13 266.85 0.97 0.44
Hex 65 3 DE 37 63 0 D 10B 61 2C
Octal 145 3 336 67 143 0 15 413 141 54
Binary 1100101 11 11011110 110111 1100011 0 1101 100001011 1100001 101100

Color Harmonies of #6503DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6503DE

Black with #6503DE

Text Example


Text Example

White with #6503DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6503DE; }

 p { color: rgb(101,3,222); }

 H1.HeaderClassName
 {
   color: #6503DE;
 }
 .AnyTagClassName
 {
   color: #6503DE;
 }
</style>

background-color css

<style>
 a { background-color: #6503DE; }

 a { background-color: rgb(101,3,222); }

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

border-color css

<style>
 span { border-color: #6503DE; }

 span { border-color: rgb(101,3,222); }

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