Html Css Color HEX #6906F7 Electric Indigo

📋 copy color: '#6906F7'

red 105 ◦ green 6 ◦ blue 247

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

Shades of Electric Indigo #6906F7

Tints of Electric Indigo #6906F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 68.99%

R = 29.33%
G = 1.68%
B = 68.99%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6906F7 (or 0x6906F7) is known color: Electric Indigo. HEX triplet: 69, 06 and F7. RGB value is (105,6,247). Sum of RGB (Red+Green+Blue) = 105+6+247=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 247 (96.88% from 255 or 68.99% from 358); Max value from RGB is 247 - color contains mainly: blue. Hex color #6906F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6906F7 is #96F908. Grayscale: #3E3E3E. Windows color (decimal): -9894153 or 16189033. OLE color: 16189033.

HSL color Cylindrical-coordinate representation of color #6906F7: hue angle of 264.65º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6906F7 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 105 6 247 -
CMYK 0.57 0.98 0 0.03
HSL 264.65º 0.95% 0.5% -
HSV(B) 264.65º 0.98% 0.97% -
XYZ 22.68 9.85 88.7 -
YUV 63.08 231.8 157.9 -
System Red Green Blue C M Y K H S L
Decimal 105 6 247 0.57 0.98 0 0.03 264.65 0.95 0.5
Hex 69 6 F7 39 62 0 3 109 5F 32
Octal 151 6 367 71 142 0 3 411 137 62
Binary 1101001 110 11110111 111001 1100010 0 11 100001001 1011111 110010

Color Harmonies of #6906F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6906F7

Black with #6906F7

Text Example


Text Example

White with #6906F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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