Html Css Color HEX #6805FD Electric Indigo

📋 copy color: '#6805FD'

red 104 ◦ green 5 ◦ blue 253

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

Shades of Electric Indigo #6805FD

Tints of Electric Indigo #6805FD

RGB

 RED value IS 104 (41.02% from 255) = 28.73%

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

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

R = 28.73%
G = 1.38%
B = 69.89%

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

#6805FD (or 0x6805FD) is known color: Electric Indigo. HEX triplet: 68, 05 and FD. RGB value is (104,5,253). Sum of RGB (Red+Green+Blue) = 104+5+253=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #6805FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6805FD is #97FA02. Grayscale: #3D3D3D. Windows color (decimal): -9959939 or 16581992. OLE color: 16581992.

HSL color Cylindrical-coordinate representation of color #6805FD: hue angle of 263.95º 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 #6805FD is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 5 253 -
CMYK 0.59 0.98 0 0.01
HSL 263.95º 0.98% 0.51% -
HSV(B) 263.95º 0.98% 0.99% -
XYZ 23.49 10.14 93.65 -
YUV 62.87 235.3 157.33 -
System Red Green Blue C M Y K H S L
Decimal 104 5 253 0.59 0.98 0 0.01 263.95 0.98 0.51
Hex 68 5 FD 3B 62 0 1 108 62 33
Octal 150 5 375 73 142 0 1 410 142 63
Binary 1101000 101 11111101 111011 1100010 0 1 100001000 1100010 110011

Color Harmonies of #6805FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6805FD

Black with #6805FD

Text Example


Text Example

White with #6805FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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