Html Css Color HEX #6507FD Electric Indigo

📋 copy color: '#6507FD'

red 101 ◦ green 7 ◦ blue 253

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

Shades of Electric Indigo #6507FD

Tints of Electric Indigo #6507FD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.94%

 BLUE value IS 253 (99.22% from 255) = 70.08%

R = 27.98%
G = 1.94%
B = 70.08%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6507FD (or 0x6507FD) is known color: Electric Indigo. HEX triplet: 65, 07 and FD. RGB value is (101,7,253). Sum of RGB (Red+Green+Blue) = 101+7+253=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #6507FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6507FD is #9AF802. Grayscale: #3E3E3E. Windows color (decimal): -10156035 or 16582501. OLE color: 16582501.

HSL color Cylindrical-coordinate representation of color #6507FD: hue angle of 262.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6507FD is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 7 253 -
CMYK 0.60 0.97 0 0.01
HSL 262.93º 0.98% 0.51% -
HSV(B) 262.93º 0.97% 0.99% -
XYZ 23.17 10.01 93.64 -
YUV 63.15 235.14 155 -
System Red Green Blue C M Y K H S L
Decimal 101 7 253 0.60 0.97 0 0.01 262.93 0.98 0.51
Hex 65 7 FD 3C 61 0 1 107 62 33
Octal 145 7 375 74 141 0 1 407 142 63
Binary 1100101 111 11111101 111100 1100001 0 1 100000111 1100010 110011

Color Harmonies of #6507FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6507FD

Black with #6507FD

Text Example


Text Example

White with #6507FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6507FD; }

 p { color: rgb(101,7,253); }

 H1.HeaderClassName
 {
   color: #6507FD;
 }
 .AnyTagClassName
 {
   color: #6507FD;
 }
</style>

background-color css

<style>
 a { background-color: #6507FD; }

 a { background-color: rgb(101,7,253); }

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

border-color css

<style>
 span { border-color: #6507FD; }

 span { border-color: rgb(101,7,253); }

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