Html Css Color HEX #6705FD Electric Indigo

📋 copy color: '#6705FD'

red 103 ◦ green 5 ◦ blue 253

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

Shades of Electric Indigo #6705FD

Tints of Electric Indigo #6705FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 70.08%

R = 28.53%
G = 1.39%
B = 70.08%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6705FD (or 0x6705FD) is known color: Electric Indigo. HEX triplet: 67, 05 and FD. RGB value is (103,5,253). Sum of RGB (Red+Green+Blue) = 103+5+253=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #6705FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6705FD is #98FA02. Grayscale: #3D3D3D. Windows color (decimal): -10025475 or 16581991. OLE color: 16581991.

HSL color Cylindrical-coordinate representation of color #6705FD: hue angle of 263.71º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6705FD is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 5 253 -
CMYK 0.59 0.98 0 0.01
HSL 263.71º 0.98% 0.51% -
HSV(B) 263.71º 0.98% 0.99% -
XYZ 23.38 10.08 93.64 -
YUV 62.57 235.47 156.83 -
System Red Green Blue C M Y K H S L
Decimal 103 5 253 0.59 0.98 0 0.01 263.71 0.98 0.51
Hex 67 5 FD 3B 62 0 1 108 62 33
Octal 147 5 375 73 142 0 1 410 142 63
Binary 1100111 101 11111101 111011 1100010 0 1 100001000 1100010 110011

Color Harmonies of #6705FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6705FD

Black with #6705FD

Text Example


Text Example

White with #6705FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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