Html Css Color HEX #6102EF Electric Indigo

📋 copy color: '#6102EF'

red 97 ◦ green 2 ◦ blue 239

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

Shades of Electric Indigo #6102EF

Tints of Electric Indigo #6102EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.71%

R = 28.7%
G = 0.59%
B = 70.71%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6102EF (or 0x6102EF) is known color: Electric Indigo. HEX triplet: 61, 02 and EF. RGB value is (97,2,239). Sum of RGB (Red+Green+Blue) = 97+2+239=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 239 (93.75% from 255 or 70.71% from 338); Max value from RGB is 239 - color contains mainly: blue. Hex color #6102EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6102EF is #9EFD10. Grayscale: #383838. Windows color (decimal): -10419473 or 15663713. OLE color: 15663713.

HSL color Cylindrical-coordinate representation of color #6102EF: hue angle of 264.05º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102EF is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 2 239 -
CMYK 0.59 0.99 0 0.06
HSL 264.05º 0.98% 0.47% -
HSV(B) 264.05º 0.99% 0.94% -
XYZ 20.53 8.82 82.28 -
YUV 57.42 230.47 156.23 -
System Red Green Blue C M Y K H S L
Decimal 97 2 239 0.59 0.99 0 0.06 264.05 0.98 0.47
Hex 61 2 EF 3B 63 0 6 108 62 2F
Octal 141 2 357 73 143 0 6 410 142 57
Binary 1100001 10 11101111 111011 1100011 0 110 100001000 1100010 101111

Color Harmonies of #6102EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6102EF

Black with #6102EF

Text Example


Text Example

White with #6102EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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