Html Css Color HEX #6906ED Electric Indigo

📋 copy color: '#6906ED'

red 105 ◦ green 6 ◦ blue 237

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

Shades of Electric Indigo #6906ED

Tints of Electric Indigo #6906ED

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

 BLUE value IS 237 (92.97% from 255) = 68.1%

R = 30.17%
G = 1.72%
B = 68.1%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6906ED (or 0x6906ED) is known color: Electric Indigo. HEX triplet: 69, 06 and ED. RGB value is (105,6,237). Sum of RGB (Red+Green+Blue) = 105+6+237=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #6906ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6906ED is #96F912. Grayscale: #3D3D3D. Windows color (decimal): -9894163 or 15533673. OLE color: 15533673.

HSL color Cylindrical-coordinate representation of color #6906ED: hue angle of 265.71º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6906ED is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 6 237 -
CMYK 0.56 0.97 0 0.07
HSL 265.71º 0.95% 0.48% -
HSV(B) 265.71º 0.97% 0.93% -
XYZ 21.18 9.25 80.79 -
YUV 61.94 226.8 158.72 -
System Red Green Blue C M Y K H S L
Decimal 105 6 237 0.56 0.97 0 0.07 265.71 0.95 0.48
Hex 69 6 ED 38 61 0 7 10A 5F 30
Octal 151 6 355 70 141 0 7 412 137 60
Binary 1101001 110 11101101 111000 1100001 0 111 100001010 1011111 110000

Color Harmonies of #6906ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6906ED

Black with #6906ED

Text Example


Text Example

White with #6906ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6906ED; }

 p { color: rgb(105,6,237); }

 H1.HeaderClassName
 {
   color: #6906ED;
 }
 .AnyTagClassName
 {
   color: #6906ED;
 }
</style>

background-color css

<style>
 a { background-color: #6906ED; }

 a { background-color: rgb(105,6,237); }

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

border-color css

<style>
 span { border-color: #6906ED; }

 span { border-color: rgb(105,6,237); }

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