Html Css Color HEX #6705FE Electric Indigo

📋 copy color: '#6705FE'

red 103 ◦ green 5 ◦ blue 254

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

Shades of Electric Indigo #6705FE

Tints of Electric Indigo #6705FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 70.17%

R = 28.45%
G = 1.38%
B = 70.17%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6705FE (or 0x6705FE) is known color: Electric Indigo. HEX triplet: 67, 05 and FE. RGB value is (103,5,254). Sum of RGB (Red+Green+Blue) = 103+5+254=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #6705FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6705FE is #98FA01. Grayscale: #3D3D3D. Windows color (decimal): -10025474 or 16647527. OLE color: 16647527.

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

Color convert

RGB 103 5 254 -
CMYK 0.59 0.98 0 0.00
HSL 263.61º 0.99% 0.51% -
HSV(B) 263.61º 0.98% 1% -
XYZ 23.54 10.15 94.48 -
YUV 62.69 235.97 156.75 -
System Red Green Blue C M Y K H S L
Decimal 103 5 254 0.59 0.98 0 0.00 263.61 0.99 0.51
Hex 67 5 FE 3B 62 0 0 108 63 33
Octal 147 5 376 73 142 0 0 410 143 63
Binary 1100111 101 11111110 111011 1100010 0 0 100001000 1100011 110011

Color Harmonies of #6705FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6705FE

Black with #6705FE

Text Example


Text Example

White with #6705FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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