Html Css Color HEX #6C07DE Electric Indigo

📋 copy color: '#6C07DE'

red 108 ◦ green 7 ◦ blue 222

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

Shades of Electric Indigo #6C07DE

Tints of Electric Indigo #6C07DE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

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

R = 32.05%
G = 2.08%
B = 65.88%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C07DE (or 0x6C07DE) is known color: Electric Indigo. HEX triplet: 6C, 07 and DE. RGB value is (108,7,222). Sum of RGB (Red+Green+Blue) = 108+7+222=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C07DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C07DE is #93F821. Grayscale: #3C3C3C. Windows color (decimal): -9697314 or 14550892. OLE color: 14550892.

HSL color Cylindrical-coordinate representation of color #6C07DE: hue angle of 268.19º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C07DE is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 7 222 -
CMYK 0.51 0.97 0 0.13
HSL 268.19º 0.94% 0.45% -
HSV(B) 268.19º 0.97% 0.87% -
XYZ 19.45 8.61 69.75 -
YUV 61.71 218.46 161.02 -
System Red Green Blue C M Y K H S L
Decimal 108 7 222 0.51 0.97 0 0.13 268.19 0.94 0.45
Hex 6C 7 DE 33 61 0 D 10C 5E 2D
Octal 154 7 336 63 141 0 15 414 136 55
Binary 1101100 111 11011110 110011 1100001 0 1101 100001100 1011110 101101

Color Harmonies of #6C07DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C07DE

Black with #6C07DE

Text Example


Text Example

White with #6C07DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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