Html Css Color HEX #6510FD Electric Indigo

📋 copy color: '#6510FD'

red 101 ◦ green 16 ◦ blue 253

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

Shades of Electric Indigo #6510FD

Tints of Electric Indigo #6510FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.32%

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

R = 27.3%
G = 4.32%
B = 68.38%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6510FD (or 0x6510FD) is known color: Electric Indigo. HEX triplet: 65, 10 and FD. RGB value is (101,16,253). Sum of RGB (Red+Green+Blue) = 101+16+253=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #6510FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6510FD is #9AEF02. Grayscale: #434343. Windows color (decimal): -10153731 or 16584805. OLE color: 16584805.

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

Color convert

RGB 101 16 253 -
CMYK 0.60 0.94 0 0.01
HSL 261.52º 0.98% 0.53% -
HSV(B) 261.52º 0.94% 0.99% -
XYZ 23.28 10.23 93.68 -
YUV 68.43 232.16 151.23 -
System Red Green Blue C M Y K H S L
Decimal 101 16 253 0.60 0.94 0 0.01 261.52 0.98 0.53
Hex 65 10 FD 3C 5E 0 1 106 62 35
Octal 145 20 375 74 136 0 1 406 142 65
Binary 1100101 10000 11111101 111100 1011110 0 1 100000110 1100010 110101

Color Harmonies of #6510FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6510FD

Black with #6510FD

Text Example


Text Example

White with #6510FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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