Html Css Color HEX #6D0AFC Electric Indigo

📋 copy color: '#6D0AFC'

red 109 ◦ green 10 ◦ blue 252

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

Shades of Electric Indigo #6D0AFC

Tints of Electric Indigo #6D0AFC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.7%

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

R = 29.38%
G = 2.7%
B = 67.92%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D0AFC (or 0x6D0AFC) is known color: Electric Indigo. HEX triplet: 6D, 0A and FC. RGB value is (109,10,252). Sum of RGB (Red+Green+Blue) = 109+10+252=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D0AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0AFC is #92F503. Grayscale: #424242. Windows color (decimal): -9630980 or 16517741. OLE color: 16517741.

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

Color convert

RGB 109 10 252 -
CMYK 0.57 0.96 0 0.01
HSL 264.55º 0.98% 0.51% -
HSV(B) 264.55º 0.96% 0.99% -
XYZ 23.99 10.5 92.86 -
YUV 67.19 232.3 157.82 -
System Red Green Blue C M Y K H S L
Decimal 109 10 252 0.57 0.96 0 0.01 264.55 0.98 0.51
Hex 6D A FC 39 60 0 1 109 62 33
Octal 155 12 374 71 140 0 1 411 142 63
Binary 1101101 1010 11111100 111001 1100000 0 1 100001001 1100010 110011

Color Harmonies of #6D0AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0AFC

Black with #6D0AFC

Text Example


Text Example

White with #6D0AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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