Html Css Color HEX #6901FF Electric Indigo

📋 copy color: '#6901FF'

red 105 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #6901FF

Tints of Electric Indigo #6901FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.64%

R = 29.09%
G = 0.28%
B = 70.64%

CMYK

 C value IS 0.59

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6901FF (or 0x6901FF) is known color: Electric Indigo. HEX triplet: 69, 01 and FF. RGB value is (105,1,255). Sum of RGB (Red+Green+Blue) = 105+1+255=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #6901FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6901FF is #96FE00. Grayscale: #3C3C3C. Windows color (decimal): -9895425 or 16712041. OLE color: 16712041.

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

Color convert

RGB 105 1 255 -
CMYK 0.59 1.00 0 0
HSL 264.57º 1% 0.5% -
HSV(B) 264.57º 1% 1% -
XYZ 23.89 10.24 95.33 -
YUV 61.05 237.46 159.35 -
System Red Green Blue C M Y K H S L
Decimal 105 1 255 0.59 1.00 0 0 264.57 1 0.5
Hex 69 1 FF 3B 64 0 0 109 64 32
Octal 151 1 377 73 144 0 0 411 144 62
Binary 1101001 1 11111111 111011 1100100 0 0 100001001 1100100 110010

Color Harmonies of #6901FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6901FF

Black with #6901FF

Text Example


Text Example

White with #6901FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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