Html Css Color HEX #6E06FD Electric Indigo

📋 copy color: '#6E06FD'

red 110 ◦ green 6 ◦ blue 253

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

Shades of Electric Indigo #6E06FD

Tints of Electric Indigo #6E06FD

RGB

 RED value IS 110 (43.36% from 255) = 29.81%

 GREEN value IS 6 (2.73% from 255) = 1.63%

 BLUE value IS 253 (99.22% from 255) = 68.56%

R = 29.81%
G = 1.63%
B = 68.56%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E06FD (or 0x6E06FD) is known color: Electric Indigo. HEX triplet: 6E, 06 and FD. RGB value is (110,6,253). Sum of RGB (Red+Green+Blue) = 110+6+253=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E06FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E06FD is #91F902. Grayscale: #404040. Windows color (decimal): -9566467 or 16582254. OLE color: 16582254.

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

Color convert

RGB 110 6 253 -
CMYK 0.57 0.98 0 0.01
HSL 265.26º 0.98% 0.51% -
HSV(B) 265.26º 0.98% 0.99% -
XYZ 24.23 10.54 93.69 -
YUV 65.25 233.96 159.92 -
System Red Green Blue C M Y K H S L
Decimal 110 6 253 0.57 0.98 0 0.01 265.26 0.98 0.51
Hex 6E 6 FD 39 62 0 1 109 62 33
Octal 156 6 375 71 142 0 1 411 142 63
Binary 1101110 110 11111101 111001 1100010 0 1 100001001 1100010 110011

Color Harmonies of #6E06FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E06FD

Black with #6E06FD

Text Example


Text Example

White with #6E06FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,6,253); }

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

background-color css

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

 a { background-color: rgb(110,6,253); }

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

border-color css

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

 span { border-color: rgb(110,6,253); }

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