Html Css Color HEX #6A09FC Electric Indigo

📋 copy color: '#6A09FC'

red 106 ◦ green 9 ◦ blue 252

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

Shades of Electric Indigo #6A09FC

Tints of Electric Indigo #6A09FC

RGB

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

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

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

R = 28.88%
G = 2.45%
B = 68.66%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6A09FC (or 0x6A09FC) is known color: Electric Indigo. HEX triplet: 6A, 09 and FC. RGB value is (106,9,252). Sum of RGB (Red+Green+Blue) = 106+9+252=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #6A09FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A09FC is #95F603. Grayscale: #404040. Windows color (decimal): -9827844 or 16517482. OLE color: 16517482.

HSL color Cylindrical-coordinate representation of color #6A09FC: hue angle of 263.95º 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 #6A09FC is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 9 252 -
CMYK 0.58 0.96 0 0.01
HSL 263.95º 0.98% 0.51% -
HSV(B) 263.95º 0.96% 0.99% -
XYZ 23.61 10.29 92.84 -
YUV 65.71 233.14 156.74 -
System Red Green Blue C M Y K H S L
Decimal 106 9 252 0.58 0.96 0 0.01 263.95 0.98 0.51
Hex 6A 9 FC 3A 60 0 1 108 62 33
Octal 152 11 374 72 140 0 1 410 142 63
Binary 1101010 1001 11111100 111010 1100000 0 1 100001000 1100010 110011

Color Harmonies of #6A09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A09FC

Black with #6A09FC

Text Example


Text Example

White with #6A09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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