Html Css Color HEX #6810FF Electric Indigo

📋 copy color: '#6810FF'

red 104 ◦ green 16 ◦ blue 255

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

Shades of Electric Indigo #6810FF

Tints of Electric Indigo #6810FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.27%

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

R = 27.73%
G = 4.27%
B = 68%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6810FF (or 0x6810FF) is known color: Electric Indigo. HEX triplet: 68, 10 and FF. RGB value is (104,16,255). Sum of RGB (Red+Green+Blue) = 104+16+255=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #6810FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6810FF is #97EF00. Grayscale: #444444. Windows color (decimal): -9957121 or 16715880. OLE color: 16715880.

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

Color convert

RGB 104 16 255 -
CMYK 0.59 0.94 0 0
HSL 262.09º 1% 0.53% -
HSV(B) 262.09º 0.94% 1% -
XYZ 23.94 10.53 95.38 -
YUV 69.56 232.65 152.57 -
System Red Green Blue C M Y K H S L
Decimal 104 16 255 0.59 0.94 0 0 262.09 1 0.53
Hex 68 10 FF 3B 5E 0 0 106 64 35
Octal 150 20 377 73 136 0 0 406 144 65
Binary 1101000 10000 11111111 111011 1011110 0 0 100000110 1100100 110101

Color Harmonies of #6810FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6810FF

Black with #6810FF

Text Example


Text Example

White with #6810FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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