Html Css Color HEX #6A12F9 Electric Indigo

📋 copy color: '#6A12F9'

red 106 ◦ green 18 ◦ blue 249

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

Shades of Electric Indigo #6A12F9

Tints of Electric Indigo #6A12F9

RGB

 RED value IS 106 (41.8% from 255) = 28.42%

 GREEN value IS 18 (7.42% from 255) = 4.83%

 BLUE value IS 249 (97.66% from 255) = 66.76%

R = 28.42%
G = 4.83%
B = 66.76%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A12F9 (or 0x6A12F9) is known color: Electric Indigo. HEX triplet: 6A, 12 and F9. RGB value is (106,18,249). Sum of RGB (Red+Green+Blue) = 106+18+249=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 249 (97.66% from 255 or 66.76% from 373); Max value from RGB is 249 - color contains mainly: blue. Hex color #6A12F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A12F9 is #95ED06. Grayscale: #454545. Windows color (decimal): -9825543 or 16323178. OLE color: 16323178.

HSL color Cylindrical-coordinate representation of color #6A12F9: hue angle of 262.86º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A12F9 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 18 249 -
CMYK 0.57 0.93 0 0.02
HSL 262.86º 0.95% 0.52% -
HSV(B) 262.86º 0.93% 0.98% -
XYZ 23.26 10.34 90.39 -
YUV 70.65 228.65 153.22 -
System Red Green Blue C M Y K H S L
Decimal 106 18 249 0.57 0.93 0 0.02 262.86 0.95 0.52
Hex 6A 12 F9 39 5D 0 2 107 5F 34
Octal 152 22 371 71 135 0 2 407 137 64
Binary 1101010 10010 11111001 111001 1011101 0 10 100000111 1011111 110100

Color Harmonies of #6A12F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A12F9

Black with #6A12F9

Text Example


Text Example

White with #6A12F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,18,249); }

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

background-color css

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

 a { background-color: rgb(106,18,249); }

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

border-color css

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

 span { border-color: rgb(106,18,249); }

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