Html Css Color HEX #6D10FC Electric Indigo

📋 copy color: '#6D10FC'

red 109 ◦ green 16 ◦ blue 252

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

Shades of Electric Indigo #6D10FC

Tints of Electric Indigo #6D10FC

RGB

 RED value IS 109 (42.97% from 255) = 28.91%

 GREEN value IS 16 (6.64% from 255) = 4.24%

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

R = 28.91%
G = 4.24%
B = 66.84%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D10FC (or 0x6D10FC) is known color: Electric Indigo. HEX triplet: 6D, 10 and FC. RGB value is (109,16,252). Sum of RGB (Red+Green+Blue) = 109+16+252=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D10FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D10FC is #92EF03. Grayscale: #454545. Windows color (decimal): -9629444 or 16519277. OLE color: 16519277.

HSL color Cylindrical-coordinate representation of color #6D10FC: hue angle of 263.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D10FC is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 16 252 -
CMYK 0.57 0.94 0 0.01
HSL 263.64º 0.98% 0.53% -
HSV(B) 263.64º 0.94% 0.99% -
XYZ 24.06 10.65 92.88 -
YUV 70.71 230.31 155.31 -
System Red Green Blue C M Y K H S L
Decimal 109 16 252 0.57 0.94 0 0.01 263.64 0.98 0.53
Hex 6D 10 FC 39 5E 0 1 108 62 35
Octal 155 20 374 71 136 0 1 410 142 65
Binary 1101101 10000 11111100 111001 1011110 0 1 100001000 1100010 110101

Color Harmonies of #6D10FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D10FC

Black with #6D10FC

Text Example


Text Example

White with #6D10FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D10FC; }

 p { color: rgb(109,16,252); }

 H1.HeaderClassName
 {
   color: #6D10FC;
 }
 .AnyTagClassName
 {
   color: #6D10FC;
 }
</style>

background-color css

<style>
 a { background-color: #6D10FC; }

 a { background-color: rgb(109,16,252); }

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

border-color css

<style>
 span { border-color: #6D10FC; }

 span { border-color: rgb(109,16,252); }

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