Html Css Color HEX #6C0BF1 Electric Indigo

📋 copy color: '#6C0BF1'

red 108 ◦ green 11 ◦ blue 241

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

Shades of Electric Indigo #6C0BF1

Tints of Electric Indigo #6C0BF1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

 BLUE value IS 241 (94.53% from 255) = 66.94%

R = 30%
G = 3.06%
B = 66.94%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6C0BF1 (or 0x6C0BF1) is known color: Electric Indigo. HEX triplet: 6C, 0B and F1. RGB value is (108,11,241). Sum of RGB (Red+Green+Blue) = 108+11+241=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C0BF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0BF1 is #93F40E. Grayscale: #414141. Windows color (decimal): -9696271 or 15797100. OLE color: 15797100.

HSL color Cylindrical-coordinate representation of color #6C0BF1: hue angle of 265.3º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0BF1 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 11 241 -
CMYK 0.55 0.95 0 0.05
HSL 265.3º 0.91% 0.49% -
HSV(B) 265.3º 0.95% 0.95% -
XYZ 22.18 9.78 83.94 -
YUV 66.22 226.64 157.8 -
System Red Green Blue C M Y K H S L
Decimal 108 11 241 0.55 0.95 0 0.05 265.3 0.91 0.49
Hex 6C B F1 37 5F 0 5 109 5B 31
Octal 154 13 361 67 137 0 5 411 133 61
Binary 1101100 1011 11110001 110111 1011111 0 101 100001001 1011011 110001

Color Harmonies of #6C0BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0BF1

Black with #6C0BF1

Text Example


Text Example

White with #6C0BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,11,241); }

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

background-color css

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

 a { background-color: rgb(108,11,241); }

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

border-color css

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

 span { border-color: rgb(108,11,241); }

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