Html Css Color HEX #6A08FC Electric Indigo

📋 copy color: '#6A08FC'

red 106 ◦ green 8 ◦ blue 252

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

Shades of Electric Indigo #6A08FC

Tints of Electric Indigo #6A08FC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

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

R = 28.96%
G = 2.19%
B = 68.85%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6A08FC (or 0x6A08FC) is known color: Electric Indigo. HEX triplet: 6A, 08 and FC. RGB value is (106,8,252). Sum of RGB (Red+Green+Blue) = 106+8+252=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #6A08FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A08FC is #95F703. Grayscale: #404040. Windows color (decimal): -9828100 or 16517226. OLE color: 16517226.

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

Color convert

RGB 106 8 252 -
CMYK 0.58 0.97 0 0.01
HSL 264.1º 0.98% 0.51% -
HSV(B) 264.1º 0.97% 0.99% -
XYZ 23.6 10.27 92.83 -
YUV 65.12 233.47 157.16 -
System Red Green Blue C M Y K H S L
Decimal 106 8 252 0.58 0.97 0 0.01 264.1 0.98 0.51
Hex 6A 8 FC 3A 61 0 1 108 62 33
Octal 152 10 374 72 141 0 1 410 142 63
Binary 1101010 1000 11111100 111010 1100001 0 1 100001000 1100010 110011

Color Harmonies of #6A08FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A08FC

Black with #6A08FC

Text Example


Text Example

White with #6A08FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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