Html Css Color HEX #6901FC Electric Indigo

📋 copy color: '#6901FC'

red 105 ◦ green 1 ◦ blue 252

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

Shades of Electric Indigo #6901FC

Tints of Electric Indigo #6901FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 70.39%

R = 29.33%
G = 0.28%
B = 70.39%

CMYK

 C value IS 0.58

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6901FC (or 0x6901FC) is known color: Electric Indigo. HEX triplet: 69, 01 and FC. RGB value is (105,1,252). Sum of RGB (Red+Green+Blue) = 105+1+252=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #6901FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6901FC is #96FE03. Grayscale: #3B3B3B. Windows color (decimal): -9895428 or 16515433. OLE color: 16515433.

HSL color Cylindrical-coordinate representation of color #6901FC: hue angle of 264.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6901FC is Cyan = 0.58, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 1 252 -
CMYK 0.58 1.00 0 0.01
HSL 264.86º 0.99% 0.5% -
HSV(B) 264.86º 1% 0.99% -
XYZ 23.41 10.05 92.8 -
YUV 60.71 235.96 159.59 -
System Red Green Blue C M Y K H S L
Decimal 105 1 252 0.58 1.00 0 0.01 264.86 0.99 0.5
Hex 69 1 FC 3A 64 0 1 109 63 32
Octal 151 1 374 72 144 0 1 411 143 62
Binary 1101001 1 11111100 111010 1100100 0 1 100001001 1100011 110010

Color Harmonies of #6901FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6901FC

Black with #6901FC

Text Example


Text Example

White with #6901FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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