Html Css Color HEX #6910F5 Electric Indigo

📋 copy color: '#6910F5'

red 105 ◦ green 16 ◦ blue 245

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

Shades of Electric Indigo #6910F5

Tints of Electric Indigo #6910F5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.37%

 BLUE value IS 245 (96.09% from 255) = 66.94%

R = 28.69%
G = 4.37%
B = 66.94%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6910F5 (or 0x6910F5) is known color: Electric Indigo. HEX triplet: 69, 10 and F5. RGB value is (105,16,245). Sum of RGB (Red+Green+Blue) = 105+16+245=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 245 (96.09% from 255 or 66.94% from 366); Max value from RGB is 245 - color contains mainly: blue. Hex color #6910F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6910F5 is #96EF0A. Grayscale: #434343. Windows color (decimal): -9891595 or 16060521. OLE color: 16060521.

HSL color Cylindrical-coordinate representation of color #6910F5: hue angle of 263.32º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6910F5 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 105 16 245 -
CMYK 0.57 0.93 0 0.04
HSL 263.32º 0.92% 0.51% -
HSV(B) 263.32º 0.93% 0.96% -
XYZ 22.49 9.97 87.12 -
YUV 68.72 227.49 153.88 -
System Red Green Blue C M Y K H S L
Decimal 105 16 245 0.57 0.93 0 0.04 263.32 0.92 0.51
Hex 69 10 F5 39 5D 0 4 107 5C 33
Octal 151 20 365 71 135 0 4 407 134 63
Binary 1101001 10000 11110101 111001 1011101 0 100 100000111 1011100 110011

Color Harmonies of #6910F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6910F5

Black with #6910F5

Text Example


Text Example

White with #6910F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6910F5; }

 p { color: rgb(105,16,245); }

 H1.HeaderClassName
 {
   color: #6910F5;
 }
 .AnyTagClassName
 {
   color: #6910F5;
 }
</style>

background-color css

<style>
 a { background-color: #6910F5; }

 a { background-color: rgb(105,16,245); }

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

border-color css

<style>
 span { border-color: #6910F5; }

 span { border-color: rgb(105,16,245); }

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