Html Css Color HEX #6506FD Electric Indigo

📋 copy color: '#6506FD'

red 101 ◦ green 6 ◦ blue 253

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

Shades of Electric Indigo #6506FD

Tints of Electric Indigo #6506FD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.67%

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

R = 28.06%
G = 1.67%
B = 70.28%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6506FD (or 0x6506FD) is known color: Electric Indigo. HEX triplet: 65, 06 and FD. RGB value is (101,6,253). Sum of RGB (Red+Green+Blue) = 101+6+253=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #6506FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6506FD is #9AF902. Grayscale: #3D3D3D. Windows color (decimal): -10156291 or 16582245. OLE color: 16582245.

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

Color convert

RGB 101 6 253 -
CMYK 0.60 0.98 0 0.01
HSL 263.08º 0.98% 0.51% -
HSV(B) 263.08º 0.98% 0.99% -
XYZ 23.16 9.99 93.64 -
YUV 62.56 235.47 155.42 -
System Red Green Blue C M Y K H S L
Decimal 101 6 253 0.60 0.98 0 0.01 263.08 0.98 0.51
Hex 65 6 FD 3C 62 0 1 107 62 33
Octal 145 6 375 74 142 0 1 407 142 63
Binary 1100101 110 11111101 111100 1100010 0 1 100000111 1100010 110011

Color Harmonies of #6506FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6506FD

Black with #6506FD

Text Example


Text Example

White with #6506FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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