Html Css Color HEX #6A09FE Electric Indigo

📋 copy color: '#6A09FE'

red 106 ◦ green 9 ◦ blue 254

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

Shades of Electric Indigo #6A09FE

Tints of Electric Indigo #6A09FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.44%

 BLUE value IS 254 (99.61% from 255) = 68.83%

R = 28.73%
G = 2.44%
B = 68.83%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6A09FE (or 0x6A09FE) is known color: Electric Indigo. HEX triplet: 6A, 09 and FE. RGB value is (106,9,254). Sum of RGB (Red+Green+Blue) = 106+9+254=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A09FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A09FE is #95F601. Grayscale: #414141. Windows color (decimal): -9827842 or 16648554. OLE color: 16648554.

HSL color Cylindrical-coordinate representation of color #6A09FE: hue angle of 263.76º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A09FE is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 9 254 -
CMYK 0.58 0.96 0 0.00
HSL 263.76º 0.99% 0.52% -
HSV(B) 263.76º 0.96% 1% -
XYZ 23.93 10.42 94.51 -
YUV 65.93 234.14 156.58 -
System Red Green Blue C M Y K H S L
Decimal 106 9 254 0.58 0.96 0 0.00 263.76 0.99 0.52
Hex 6A 9 FE 3A 60 0 0 108 63 34
Octal 152 11 376 72 140 0 0 410 143 64
Binary 1101010 1001 11111110 111010 1100000 0 0 100001000 1100011 110100

Color Harmonies of #6A09FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A09FE

Black with #6A09FE

Text Example


Text Example

White with #6A09FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,9,254); }

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

background-color css

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

 a { background-color: rgb(106,9,254); }

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

border-color css

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

 span { border-color: rgb(106,9,254); }

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