Html Css Color HEX #6E08FD Electric Indigo

📋 copy color: '#6E08FD'

red 110 ◦ green 8 ◦ blue 253

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

Shades of Electric Indigo #6E08FD

Tints of Electric Indigo #6E08FD

RGB

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

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

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

R = 29.65%
G = 2.16%
B = 68.19%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E08FD (or 0x6E08FD) is known color: Electric Indigo. HEX triplet: 6E, 08 and FD. RGB value is (110,8,253). Sum of RGB (Red+Green+Blue) = 110+8+253=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E08FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E08FD is #91F702. Grayscale: #414141. Windows color (decimal): -9565955 or 16582766. OLE color: 16582766.

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

Color convert

RGB 110 8 253 -
CMYK 0.57 0.97 0 0.01
HSL 264.98º 0.98% 0.51% -
HSV(B) 264.98º 0.97% 0.99% -
XYZ 24.25 10.58 93.69 -
YUV 66.43 233.29 159.08 -
System Red Green Blue C M Y K H S L
Decimal 110 8 253 0.57 0.97 0 0.01 264.98 0.98 0.51
Hex 6E 8 FD 39 61 0 1 109 62 33
Octal 156 10 375 71 141 0 1 411 142 63
Binary 1101110 1000 11111101 111001 1100001 0 1 100001001 1100010 110011

Color Harmonies of #6E08FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E08FD

Black with #6E08FD

Text Example


Text Example

White with #6E08FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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