Html Css Color HEX #6C07FE Electric Indigo

📋 copy color: '#6C07FE'

red 108 ◦ green 7 ◦ blue 254

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

Shades of Electric Indigo #6C07FE

Tints of Electric Indigo #6C07FE

RGB

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

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

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

R = 29.27%
G = 1.9%
B = 68.83%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C07FE (or 0x6C07FE) is known color: Electric Indigo. HEX triplet: 6C, 07 and FE. RGB value is (108,7,254). Sum of RGB (Red+Green+Blue) = 108+7+254=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C07FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C07FE is #93F801. Grayscale: #404040. Windows color (decimal): -9697282 or 16648044. OLE color: 16648044.

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

Color convert

RGB 108 7 254 -
CMYK 0.57 0.97 0 0.00
HSL 264.53º 0.99% 0.51% -
HSV(B) 264.53º 0.97% 1% -
XYZ 24.15 10.5 94.52 -
YUV 65.36 234.46 158.42 -
System Red Green Blue C M Y K H S L
Decimal 108 7 254 0.57 0.97 0 0.00 264.53 0.99 0.51
Hex 6C 7 FE 39 61 0 0 109 63 33
Octal 154 7 376 71 141 0 0 411 143 63
Binary 1101100 111 11111110 111001 1100001 0 0 100001001 1100011 110011

Color Harmonies of #6C07FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C07FE

Black with #6C07FE

Text Example


Text Example

White with #6C07FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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