Html Css Color HEX #6706DA Electric Indigo

📋 copy color: '#6706DA'

red 103 ◦ green 6 ◦ blue 218

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

Shades of Electric Indigo #6706DA

Tints of Electric Indigo #6706DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.67%

R = 31.5%
G = 1.83%
B = 66.67%

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

#6706DA (or 0x6706DA) is known color: Electric Indigo. HEX triplet: 67, 06 and DA. RGB value is (103,6,218). Sum of RGB (Red+Green+Blue) = 103+6+218=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #6706DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6706DA is #98F925. Grayscale: #3A3A3A. Windows color (decimal): -10025254 or 14288487. OLE color: 14288487.

HSL color Cylindrical-coordinate representation of color #6706DA: hue angle of 267.45º 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 #6706DA is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 6 218 -
CMYK 0.53 0.97 0 0.15
HSL 267.45º 0.95% 0.44% -
HSV(B) 267.45º 0.97% 0.85% -
XYZ 18.31 8.08 66.92 -
YUV 59.17 217.64 159.26 -
System Red Green Blue C M Y K H S L
Decimal 103 6 218 0.53 0.97 0 0.15 267.45 0.95 0.44
Hex 67 6 DA 35 61 0 F 10B 5F 2C
Octal 147 6 332 65 141 0 17 413 137 54
Binary 1100111 110 11011010 110101 1100001 0 1111 100001011 1011111 101100

Color Harmonies of #6706DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6706DA

Black with #6706DA

Text Example


Text Example

White with #6706DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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