Html Css Color HEX #6901F1 Electric Indigo

📋 copy color: '#6901F1'

red 105 ◦ green 1 ◦ blue 241

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

Shades of Electric Indigo #6901F1

Tints of Electric Indigo #6901F1

RGB

 RED value IS 105 (41.41% from 255) = 30.26%

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 30.26%
G = 0.29%
B = 69.45%

CMYK

 C value IS 0.56

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6901F1 (or 0x6901F1) is known color: Electric Indigo. HEX triplet: 69, 01 and F1. RGB value is (105,1,241). Sum of RGB (Red+Green+Blue) = 105+1+241=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 241 (94.53% from 255 or 69.45% from 347); Max value from RGB is 241 - color contains mainly: blue. Hex color #6901F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6901F1 is #96FE0E. Grayscale: #3A3A3A. Windows color (decimal): -9895439 or 15794537. OLE color: 15794537.

HSL color Cylindrical-coordinate representation of color #6901F1: hue angle of 266º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6901F1 is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 1 241 -
CMYK 0.56 1.00 0 0.05
HSL 266º 0.99% 0.47% -
HSV(B) 266º 1% 0.95% -
XYZ 21.71 9.38 83.88 -
YUV 59.46 230.46 160.49 -
System Red Green Blue C M Y K H S L
Decimal 105 1 241 0.56 1.00 0 0.05 266 0.99 0.47
Hex 69 1 F1 38 64 0 5 10A 63 2F
Octal 151 1 361 70 144 0 5 412 143 57
Binary 1101001 1 11110001 111000 1100100 0 101 100001010 1100011 101111

Color Harmonies of #6901F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6901F1

Black with #6901F1

Text Example


Text Example

White with #6901F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6901F1; }

 p { color: rgb(105,1,241); }

 H1.HeaderClassName
 {
   color: #6901F1;
 }
 .AnyTagClassName
 {
   color: #6901F1;
 }
</style>

background-color css

<style>
 a { background-color: #6901F1; }

 a { background-color: rgb(105,1,241); }

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

border-color css

<style>
 span { border-color: #6901F1; }

 span { border-color: rgb(105,1,241); }

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