Html Css Color HEX #6102FD Electric Indigo

📋 copy color: '#6102FD'

red 97 ◦ green 2 ◦ blue 253

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

Shades of Electric Indigo #6102FD

Tints of Electric Indigo #6102FD

RGB

 RED value IS 97 (38.28% from 255) = 27.56%

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 27.56%
G = 0.57%
B = 71.88%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6102FD (or 0x6102FD) is known color: Electric Indigo. HEX triplet: 61, 02 and FD. RGB value is (97,2,253). Sum of RGB (Red+Green+Blue) = 97+2+253=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #6102FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6102FD is #9EFD02. Grayscale: #3A3A3A. Windows color (decimal): -10419459 or 16581217. OLE color: 16581217.

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

Color convert

RGB 97 2 253 -
CMYK 0.62 0.99 0 0.01
HSL 262.71º 0.98% 0.5% -
HSV(B) 262.71º 0.99% 0.99% -
XYZ 22.68 9.68 93.6 -
YUV 59.02 237.47 155.09 -
System Red Green Blue C M Y K H S L
Decimal 97 2 253 0.62 0.99 0 0.01 262.71 0.98 0.5
Hex 61 2 FD 3E 63 0 1 107 62 32
Octal 141 2 375 76 143 0 1 407 142 62
Binary 1100001 10 11111101 111110 1100011 0 1 100000111 1100010 110010

Color Harmonies of #6102FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6102FD

Black with #6102FD

Text Example


Text Example

White with #6102FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,2,253); }

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

background-color css

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

 a { background-color: rgb(97,2,253); }

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

border-color css

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

 span { border-color: rgb(97,2,253); }

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