Html Css Color HEX #6705DC Electric Indigo

📋 copy color: '#6705DC'

red 103 ◦ green 5 ◦ blue 220

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

Shades of Electric Indigo #6705DC

Tints of Electric Indigo #6705DC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 220 (86.33% from 255) = 67.07%

R = 31.4%
G = 1.52%
B = 67.07%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6705DC (or 0x6705DC) is known color: Electric Indigo. HEX triplet: 67, 05 and DC. RGB value is (103,5,220). Sum of RGB (Red+Green+Blue) = 103+5+220=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #6705DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6705DC is #98FA23. Grayscale: #3A3A3A. Windows color (decimal): -10025508 or 14419303. OLE color: 14419303.

HSL color Cylindrical-coordinate representation of color #6705DC: hue angle of 267.35º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6705DC is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 5 220 -
CMYK 0.53 0.98 0 0.14
HSL 267.35º 0.96% 0.44% -
HSV(B) 267.35º 0.98% 0.86% -
XYZ 18.57 8.16 68.31 -
YUV 58.81 218.97 159.52 -
System Red Green Blue C M Y K H S L
Decimal 103 5 220 0.53 0.98 0 0.14 267.35 0.96 0.44
Hex 67 5 DC 35 62 0 E 10B 60 2C
Octal 147 5 334 65 142 0 16 413 140 54
Binary 1100111 101 11011100 110101 1100010 0 1110 100001011 1100000 101100

Color Harmonies of #6705DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6705DC

Black with #6705DC

Text Example


Text Example

White with #6705DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6705DC; }

 p { color: rgb(103,5,220); }

 H1.HeaderClassName
 {
   color: #6705DC;
 }
 .AnyTagClassName
 {
   color: #6705DC;
 }
</style>

background-color css

<style>
 a { background-color: #6705DC; }

 a { background-color: rgb(103,5,220); }

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

border-color css

<style>
 span { border-color: #6705DC; }

 span { border-color: rgb(103,5,220); }

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