Html Css Color HEX #6706D9 Electric Indigo

📋 copy color: '#6706D9'

red 103 ◦ green 6 ◦ blue 217

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

Shades of Electric Indigo #6706D9

Tints of Electric Indigo #6706D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 66.56%

R = 31.6%
G = 1.84%
B = 66.56%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6706D9 (or 0x6706D9) is known color: Electric Indigo. HEX triplet: 67, 06 and D9. RGB value is (103,6,217). Sum of RGB (Red+Green+Blue) = 103+6+217=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 217 (85.16% from 255 or 66.56% from 326); Max value from RGB is 217 - color contains mainly: blue. Hex color #6706D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6706D9 is #98F926. Grayscale: #3A3A3A. Windows color (decimal): -10025255 or 14222951. OLE color: 14222951.

HSL color Cylindrical-coordinate representation of color #6706D9: hue angle of 267.58º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6706D9 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 6 217 -
CMYK 0.53 0.97 0 0.15
HSL 267.58º 0.95% 0.44% -
HSV(B) 267.58º 0.97% 0.85% -
XYZ 18.18 8.02 66.24 -
YUV 59.06 217.14 159.34 -
System Red Green Blue C M Y K H S L
Decimal 103 6 217 0.53 0.97 0 0.15 267.58 0.95 0.44
Hex 67 6 D9 35 61 0 F 10C 5F 2C
Octal 147 6 331 65 141 0 17 414 137 54
Binary 1100111 110 11011001 110101 1100001 0 1111 100001100 1011111 101100

Color Harmonies of #6706D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6706D9

Black with #6706D9

Text Example


Text Example

White with #6706D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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