Html Css Color HEX #6908EA Electric Indigo

📋 copy color: '#6908EA'

red 105 ◦ green 8 ◦ blue 234

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

Shades of Electric Indigo #6908EA

Tints of Electric Indigo #6908EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.44%

R = 30.26%
G = 2.31%
B = 67.44%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6908EA (or 0x6908EA) is known color: Electric Indigo. HEX triplet: 69, 08 and EA. RGB value is (105,8,234). Sum of RGB (Red+Green+Blue) = 105+8+234=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #6908EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6908EA is #96F715. Grayscale: #3D3D3D. Windows color (decimal): -9893654 or 15337577. OLE color: 15337577.

HSL color Cylindrical-coordinate representation of color #6908EA: hue angle of 265.75º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6908EA is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 8 234 -
CMYK 0.55 0.97 0 0.08
HSL 265.75º 0.93% 0.47% -
HSV(B) 265.75º 0.97% 0.92% -
XYZ 20.76 9.12 78.51 -
YUV 62.77 224.64 158.12 -
System Red Green Blue C M Y K H S L
Decimal 105 8 234 0.55 0.97 0 0.08 265.75 0.93 0.47
Hex 69 8 EA 37 61 0 8 10A 5D 2F
Octal 151 10 352 67 141 0 10 412 135 57
Binary 1101001 1000 11101010 110111 1100001 0 1000 100001010 1011101 101111

Color Harmonies of #6908EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6908EA

Black with #6908EA

Text Example


Text Example

White with #6908EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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