Html Css Color HEX #6805FF Electric Indigo

📋 copy color: '#6805FF'

red 104 ◦ green 5 ◦ blue 255

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

Shades of Electric Indigo #6805FF

Tints of Electric Indigo #6805FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.05%

R = 28.57%
G = 1.37%
B = 70.05%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6805FF (or 0x6805FF) is known color: Electric Indigo. HEX triplet: 68, 05 and FF. RGB value is (104,5,255). Sum of RGB (Red+Green+Blue) = 104+5+255=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #6805FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6805FF is #97FA00. Grayscale: #3E3E3E. Windows color (decimal): -9959937 or 16713064. OLE color: 16713064.

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

Color convert

RGB 104 5 255 -
CMYK 0.59 0.98 0 0
HSL 263.76º 1% 0.51% -
HSV(B) 263.76º 0.98% 1% -
XYZ 23.81 10.27 95.34 -
YUV 63.1 236.3 157.17 -
System Red Green Blue C M Y K H S L
Decimal 104 5 255 0.59 0.98 0 0 263.76 1 0.51
Hex 68 5 FF 3B 62 0 0 108 64 33
Octal 150 5 377 73 142 0 0 410 144 63
Binary 1101000 101 11111111 111011 1100010 0 0 100001000 1100100 110011

Color Harmonies of #6805FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6805FF

Black with #6805FF

Text Example


Text Example

White with #6805FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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