Html Css Color HEX #6C07E1 Electric Indigo

📋 copy color: '#6C07E1'

red 108 ◦ green 7 ◦ blue 225

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

Shades of Electric Indigo #6C07E1

Tints of Electric Indigo #6C07E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 66.18%

R = 31.76%
G = 2.06%
B = 66.18%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6C07E1 (or 0x6C07E1) is known color: Electric Indigo. HEX triplet: 6C, 07 and E1. RGB value is (108,7,225). Sum of RGB (Red+Green+Blue) = 108+7+225=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #6C07E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C07E1 is #93F81E. Grayscale: #3D3D3D. Windows color (decimal): -9697311 or 14747500. OLE color: 14747500.

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

Color convert

RGB 108 7 225 -
CMYK 0.52 0.97 0 0.12
HSL 267.8º 0.94% 0.45% -
HSV(B) 267.8º 0.97% 0.88% -
XYZ 19.85 8.78 71.88 -
YUV 62.05 219.96 160.77 -
System Red Green Blue C M Y K H S L
Decimal 108 7 225 0.52 0.97 0 0.12 267.8 0.94 0.45
Hex 6C 7 E1 34 61 0 C 10C 5E 2D
Octal 154 7 341 64 141 0 14 414 136 55
Binary 1101100 111 11100001 110100 1100001 0 1100 100001100 1011110 101101

Color Harmonies of #6C07E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C07E1

Black with #6C07E1

Text Example


Text Example

White with #6C07E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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