Html Css Color HEX #6C01DE Electric Indigo

📋 copy color: '#6C01DE'

red 108 ◦ green 1 ◦ blue 222

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

Shades of Electric Indigo #6C01DE

Tints of Electric Indigo #6C01DE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 222 (87.11% from 255) = 67.07%

R = 32.63%
G = 0.3%
B = 67.07%

CMYK

 C value IS 0.51

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C01DE (or 0x6C01DE) is known color: Electric Indigo. HEX triplet: 6C, 01 and DE. RGB value is (108,1,222). Sum of RGB (Red+Green+Blue) = 108+1+222=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C01DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C01DE is #93FE21. Grayscale: #393939. Windows color (decimal): -9698850 or 14549356. OLE color: 14549356.

HSL color Cylindrical-coordinate representation of color #6C01DE: hue angle of 269.05º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C01DE is Cyan = 0.51, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 1 222 -
CMYK 0.51 1.00 0 0.13
HSL 269.05º 0.99% 0.44% -
HSV(B) 269.05º 1% 0.87% -
XYZ 19.38 8.48 69.72 -
YUV 58.19 220.45 163.53 -
System Red Green Blue C M Y K H S L
Decimal 108 1 222 0.51 1.00 0 0.13 269.05 0.99 0.44
Hex 6C 1 DE 33 64 0 D 10D 63 2C
Octal 154 1 336 63 144 0 15 415 143 54
Binary 1101100 1 11011110 110011 1100100 0 1101 100001101 1100011 101100

Color Harmonies of #6C01DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C01DE

Black with #6C01DE

Text Example


Text Example

White with #6C01DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,1,222); }

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

background-color css

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

 a { background-color: rgb(108,1,222); }

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

border-color css

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

 span { border-color: rgb(108,1,222); }

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