Html Css Color HEX #6706FA Electric Indigo

📋 copy color: '#6706FA'

red 103 ◦ green 6 ◦ blue 250

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

Shades of Electric Indigo #6706FA

Tints of Electric Indigo #6706FA

RGB

 RED value IS 103 (40.63% from 255) = 28.69%

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

 BLUE value IS 250 (98.05% from 255) = 69.64%

R = 28.69%
G = 1.67%
B = 69.64%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6706FA (or 0x6706FA) is known color: Electric Indigo. HEX triplet: 67, 06 and FA. RGB value is (103,6,250). Sum of RGB (Red+Green+Blue) = 103+6+250=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #6706FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6706FA is #98F905. Grayscale: #3D3D3D. Windows color (decimal): -10025222 or 16385639. OLE color: 16385639.

HSL color Cylindrical-coordinate representation of color #6706FA: hue angle of 263.85º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6706FA is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 6 250 -
CMYK 0.59 0.98 0 0.02
HSL 263.85º 0.96% 0.5% -
HSV(B) 263.85º 0.98% 0.98% -
XYZ 22.91 9.92 91.15 -
YUV 62.82 233.64 156.66 -
System Red Green Blue C M Y K H S L
Decimal 103 6 250 0.59 0.98 0 0.02 263.85 0.96 0.5
Hex 67 6 FA 3B 62 0 2 108 60 32
Octal 147 6 372 73 142 0 2 410 140 62
Binary 1100111 110 11111010 111011 1100010 0 10 100001000 1100000 110010

Color Harmonies of #6706FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6706FA

Black with #6706FA

Text Example


Text Example

White with #6706FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6706FA; }

 p { color: rgb(103,6,250); }

 H1.HeaderClassName
 {
   color: #6706FA;
 }
 .AnyTagClassName
 {
   color: #6706FA;
 }
</style>

background-color css

<style>
 a { background-color: #6706FA; }

 a { background-color: rgb(103,6,250); }

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

border-color css

<style>
 span { border-color: #6706FA; }

 span { border-color: rgb(103,6,250); }

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