Html Css Color HEX #6102FB Electric Indigo

📋 copy color: '#6102FB'

red 97 ◦ green 2 ◦ blue 251

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

Shades of Electric Indigo #6102FB

Tints of Electric Indigo #6102FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.71%

R = 27.71%
G = 0.57%
B = 71.71%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6102FB (or 0x6102FB) is known color: Electric Indigo. HEX triplet: 61, 02 and FB. RGB value is (97,2,251). Sum of RGB (Red+Green+Blue) = 97+2+251=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #6102FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6102FB is #9EFD04. Grayscale: #393939. Windows color (decimal): -10419461 or 16450145. OLE color: 16450145.

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

Color convert

RGB 97 2 251 -
CMYK 0.61 0.99 0 0.02
HSL 262.89º 0.98% 0.5% -
HSV(B) 262.89º 0.99% 0.98% -
XYZ 22.36 9.55 91.93 -
YUV 58.79 236.47 155.25 -
System Red Green Blue C M Y K H S L
Decimal 97 2 251 0.61 0.99 0 0.02 262.89 0.98 0.5
Hex 61 2 FB 3D 63 0 2 107 62 32
Octal 141 2 373 75 143 0 2 407 142 62
Binary 1100001 10 11111011 111101 1100011 0 10 100000111 1100010 110010

Color Harmonies of #6102FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6102FB

Black with #6102FB

Text Example


Text Example

White with #6102FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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