Html Css Color HEX #6A0EEF Electric Indigo

📋 copy color: '#6A0EEF'

red 106 ◦ green 14 ◦ blue 239

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

Shades of Electric Indigo #6A0EEF

Tints of Electric Indigo #6A0EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.9%

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

R = 29.53%
G = 3.9%
B = 66.57%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6A0EEF (or 0x6A0EEF) is known color: Electric Indigo. HEX triplet: 6A, 0E and EF. RGB value is (106,14,239). Sum of RGB (Red+Green+Blue) = 106+14+239=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #6A0EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0EEF is #95F110. Grayscale: #424242. Windows color (decimal): -9826577 or 15666794. OLE color: 15666794.

HSL color Cylindrical-coordinate representation of color #6A0EEF: hue angle of 264.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0EEF is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 14 239 -
CMYK 0.56 0.94 0 0.06
HSL 264.53º 0.89% 0.5% -
HSV(B) 264.53º 0.94% 0.94% -
XYZ 21.68 9.61 82.37 -
YUV 67.16 224.98 155.7 -
System Red Green Blue C M Y K H S L
Decimal 106 14 239 0.56 0.94 0 0.06 264.53 0.89 0.5
Hex 6A E EF 38 5E 0 6 109 59 32
Octal 152 16 357 70 136 0 6 411 131 62
Binary 1101010 1110 11101111 111000 1011110 0 110 100001001 1011001 110010

Color Harmonies of #6A0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0EEF

Black with #6A0EEF

Text Example


Text Example

White with #6A0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,14,239); }

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

background-color css

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

 a { background-color: rgb(106,14,239); }

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

border-color css

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

 span { border-color: rgb(106,14,239); }

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