Html Css Color HEX #6102FC Electric Indigo

📋 copy color: '#6102FC'

red 97 ◦ green 2 ◦ blue 252

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

Shades of Electric Indigo #6102FC

Tints of Electric Indigo #6102FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 71.79%

R = 27.64%
G = 0.57%
B = 71.79%

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

#6102FC (or 0x6102FC) is known color: Electric Indigo. HEX triplet: 61, 02 and FC. RGB value is (97,2,252). Sum of RGB (Red+Green+Blue) = 97+2+252=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #6102FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6102FC is #9EFD03. Grayscale: #3A3A3A. Windows color (decimal): -10419460 or 16515681. OLE color: 16515681.

HSL color Cylindrical-coordinate representation of color #6102FC: hue angle of 262.8º 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 #6102FC is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 2 252 -
CMYK 0.62 0.99 0 0.01
HSL 262.8º 0.98% 0.5% -
HSV(B) 262.8º 0.99% 0.99% -
XYZ 22.52 9.61 92.76 -
YUV 58.91 236.97 155.17 -
System Red Green Blue C M Y K H S L
Decimal 97 2 252 0.62 0.99 0 0.01 262.8 0.98 0.5
Hex 61 2 FC 3E 63 0 1 107 62 32
Octal 141 2 374 76 143 0 1 407 142 62
Binary 1100001 10 11111100 111110 1100011 0 1 100000111 1100010 110010

Color Harmonies of #6102FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6102FC

Black with #6102FC

Text Example


Text Example

White with #6102FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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