Html Css Color HEX #6808F8 Electric Indigo

📋 copy color: '#6808F8'

red 104 ◦ green 8 ◦ blue 248

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

Shades of Electric Indigo #6808F8

Tints of Electric Indigo #6808F8

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.22%

 BLUE value IS 248 (97.27% from 255) = 68.89%

R = 28.89%
G = 2.22%
B = 68.89%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6808F8 (or 0x6808F8) is known color: Electric Indigo. HEX triplet: 68, 08 and F8. RGB value is (104,8,248). Sum of RGB (Red+Green+Blue) = 104+8+248=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 248 (97.27% from 255 or 68.89% from 360); Max value from RGB is 248 - color contains mainly: blue. Hex color #6808F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6808F8 is #97F707. Grayscale: #3F3F3F. Windows color (decimal): -9959176 or 16255080. OLE color: 16255080.

HSL color Cylindrical-coordinate representation of color #6808F8: hue angle of 264º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6808F8 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 104 8 248 -
CMYK 0.58 0.97 0 0.03
HSL 264º 0.94% 0.5% -
HSV(B) 264º 0.97% 0.97% -
XYZ 22.74 9.89 89.52 -
YUV 64.06 231.8 156.49 -
System Red Green Blue C M Y K H S L
Decimal 104 8 248 0.58 0.97 0 0.03 264 0.94 0.5
Hex 68 8 F8 3A 61 0 3 108 5E 32
Octal 150 10 370 72 141 0 3 410 136 62
Binary 1101000 1000 11111000 111010 1100001 0 11 100001000 1011110 110010

Color Harmonies of #6808F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6808F8

Black with #6808F8

Text Example


Text Example

White with #6808F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6808F8; }

 p { color: rgb(104,8,248); }

 H1.HeaderClassName
 {
   color: #6808F8;
 }
 .AnyTagClassName
 {
   color: #6808F8;
 }
</style>

background-color css

<style>
 a { background-color: #6808F8; }

 a { background-color: rgb(104,8,248); }

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

border-color css

<style>
 span { border-color: #6808F8; }

 span { border-color: rgb(104,8,248); }

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