Html Css Color HEX #6C05FE Electric Indigo

📋 copy color: '#6C05FE'

red 108 ◦ green 5 ◦ blue 254

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

Shades of Electric Indigo #6C05FE

Tints of Electric Indigo #6C05FE

RGB

 RED value IS 108 (42.58% from 255) = 29.43%

 GREEN value IS 5 (2.34% from 255) = 1.36%

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

R = 29.43%
G = 1.36%
B = 69.21%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C05FE (or 0x6C05FE) is known color: Electric Indigo. HEX triplet: 6C, 05 and FE. RGB value is (108,5,254). Sum of RGB (Red+Green+Blue) = 108+5+254=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C05FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C05FE is #93FA01. Grayscale: #3F3F3F. Windows color (decimal): -9697794 or 16647532. OLE color: 16647532.

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

Color convert

RGB 108 5 254 -
CMYK 0.57 0.98 0 0.00
HSL 264.82º 0.99% 0.51% -
HSV(B) 264.82º 0.98% 1% -
XYZ 24.13 10.45 94.51 -
YUV 64.18 235.12 159.25 -
System Red Green Blue C M Y K H S L
Decimal 108 5 254 0.57 0.98 0 0.00 264.82 0.99 0.51
Hex 6C 5 FE 39 62 0 0 109 63 33
Octal 154 5 376 71 142 0 0 411 143 63
Binary 1101100 101 11111110 111001 1100010 0 0 100001001 1100011 110011

Color Harmonies of #6C05FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C05FE

Black with #6C05FE

Text Example


Text Example

White with #6C05FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,5,254); }

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

background-color css

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

 a { background-color: rgb(108,5,254); }

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

border-color css

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

 span { border-color: rgb(108,5,254); }

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