Html Css Color HEX #6102FF Electric Indigo

📋 copy color: '#6102FF'

red 97 ◦ green 2 ◦ blue 255

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

Shades of Electric Indigo #6102FF

Tints of Electric Indigo #6102FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.03%

R = 27.4%
G = 0.56%
B = 72.03%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6102FF (or 0x6102FF) is known color: Electric Indigo. HEX triplet: 61, 02 and FF. RGB value is (97,2,255). Sum of RGB (Red+Green+Blue) = 97+2+255=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #6102FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6102FF is #9EFD00. Grayscale: #3A3A3A. Windows color (decimal): -10419457 or 16712289. OLE color: 16712289.

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

Color convert

RGB 97 2 255 -
CMYK 0.62 0.99 0 0
HSL 262.53º 1% 0.5% -
HSV(B) 262.53º 0.99% 1% -
XYZ 23 9.8 95.29 -
YUV 59.25 238.47 154.93 -
System Red Green Blue C M Y K H S L
Decimal 97 2 255 0.62 0.99 0 0 262.53 1 0.5
Hex 61 2 FF 3E 63 0 0 107 64 32
Octal 141 2 377 76 143 0 0 407 144 62
Binary 1100001 10 11111111 111110 1100011 0 0 100000111 1100100 110010

Color Harmonies of #6102FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6102FF

Black with #6102FF

Text Example


Text Example

White with #6102FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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