Html Css Color HEX #6C07EB Electric Indigo

📋 copy color: '#6C07EB'

red 108 ◦ green 7 ◦ blue 235

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

Shades of Electric Indigo #6C07EB

Tints of Electric Indigo #6C07EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.14%

R = 30.86%
G = 2%
B = 67.14%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C07EB (or 0x6C07EB) is known color: Electric Indigo. HEX triplet: 6C, 07 and EB. RGB value is (108,7,235). Sum of RGB (Red+Green+Blue) = 108+7+235=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C07EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C07EB is #93F814. Grayscale: #3E3E3E. Windows color (decimal): -9697301 or 15402860. OLE color: 15402860.

HSL color Cylindrical-coordinate representation of color #6C07EB: hue angle of 266.58º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C07EB is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 7 235 -
CMYK 0.54 0.97 0 0.08
HSL 266.58º 0.94% 0.47% -
HSV(B) 266.58º 0.97% 0.92% -
XYZ 21.26 9.34 79.28 -
YUV 63.19 224.96 159.96 -
System Red Green Blue C M Y K H S L
Decimal 108 7 235 0.54 0.97 0 0.08 266.58 0.94 0.47
Hex 6C 7 EB 36 61 0 8 10B 5E 2F
Octal 154 7 353 66 141 0 10 413 136 57
Binary 1101100 111 11101011 110110 1100001 0 1000 100001011 1011110 101111

Color Harmonies of #6C07EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C07EB

Black with #6C07EB

Text Example


Text Example

White with #6C07EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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