Html Css Color HEX #6908F5 Electric Indigo

📋 copy color: '#6908F5'

red 105 ◦ green 8 ◦ blue 245

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

Shades of Electric Indigo #6908F5

Tints of Electric Indigo #6908F5

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

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

R = 29.33%
G = 2.23%
B = 68.44%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6908F5 (or 0x6908F5) is known color: Electric Indigo. HEX triplet: 69, 08 and F5. RGB value is (105,8,245). Sum of RGB (Red+Green+Blue) = 105+8+245=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 245 (96.09% from 255 or 68.44% from 358); Max value from RGB is 245 - color contains mainly: blue. Hex color #6908F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6908F5 is #96F70A. Grayscale: #3F3F3F. Windows color (decimal): -9893643 or 16058473. OLE color: 16058473.

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

Color convert

RGB 105 8 245 -
CMYK 0.57 0.97 0 0.04
HSL 264.56º 0.94% 0.5% -
HSV(B) 264.56º 0.97% 0.96% -
XYZ 22.39 9.77 87.09 -
YUV 64.02 230.14 157.23 -
System Red Green Blue C M Y K H S L
Decimal 105 8 245 0.57 0.97 0 0.04 264.56 0.94 0.5
Hex 69 8 F5 39 61 0 4 109 5E 32
Octal 151 10 365 71 141 0 4 411 136 62
Binary 1101001 1000 11110101 111001 1100001 0 100 100001001 1011110 110010

Color Harmonies of #6908F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6908F5

Black with #6908F5

Text Example


Text Example

White with #6908F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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