Html Css Color HEX #6108FA Electric Indigo

📋 copy color: '#6108FA'

red 97 ◦ green 8 ◦ blue 250

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

Shades of Electric Indigo #6108FA

Tints of Electric Indigo #6108FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

 BLUE value IS 250 (98.05% from 255) = 70.42%

R = 27.32%
G = 2.25%
B = 70.42%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6108FA (or 0x6108FA) is known color: Electric Indigo. HEX triplet: 61, 08 and FA. RGB value is (97,8,250). Sum of RGB (Red+Green+Blue) = 97+8+250=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #6108FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6108FA is #9EF705. Grayscale: #3D3D3D. Windows color (decimal): -10417926 or 16386145. OLE color: 16386145.

HSL color Cylindrical-coordinate representation of color #6108FA: hue angle of 262.07º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6108FA is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 8 250 -
CMYK 0.61 0.97 0 0.02
HSL 262.07º 0.96% 0.51% -
HSV(B) 262.07º 0.97% 0.98% -
XYZ 22.27 9.62 91.12 -
YUV 62.2 233.99 152.82 -
System Red Green Blue C M Y K H S L
Decimal 97 8 250 0.61 0.97 0 0.02 262.07 0.96 0.51
Hex 61 8 FA 3D 61 0 2 106 60 33
Octal 141 10 372 75 141 0 2 406 140 63
Binary 1100001 1000 11111010 111101 1100001 0 10 100000110 1100000 110011

Color Harmonies of #6108FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6108FA

Black with #6108FA

Text Example


Text Example

White with #6108FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6108FA; }

 p { color: rgb(97,8,250); }

 H1.HeaderClassName
 {
   color: #6108FA;
 }
 .AnyTagClassName
 {
   color: #6108FA;
 }
</style>

background-color css

<style>
 a { background-color: #6108FA; }

 a { background-color: rgb(97,8,250); }

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

border-color css

<style>
 span { border-color: #6108FA; }

 span { border-color: rgb(97,8,250); }

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