Html Css Color HEX #6808F4 Electric Indigo

📋 copy color: '#6808F4'

red 104 ◦ green 8 ◦ blue 244

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

Shades of Electric Indigo #6808F4

Tints of Electric Indigo #6808F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 68.54%

R = 29.21%
G = 2.25%
B = 68.54%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6808F4 (or 0x6808F4) is known color: Electric Indigo. HEX triplet: 68, 08 and F4. RGB value is (104,8,244). Sum of RGB (Red+Green+Blue) = 104+8+244=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 244 (95.70% from 255 or 68.54% from 356); Max value from RGB is 244 - color contains mainly: blue. Hex color #6808F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6808F4 is #97F70B. Grayscale: #3E3E3E. Windows color (decimal): -9959180 or 15992936. OLE color: 15992936.

HSL color Cylindrical-coordinate representation of color #6808F4: hue angle of 264.41º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6808F4 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 8 244 -
CMYK 0.57 0.97 0 0.04
HSL 264.41º 0.94% 0.49% -
HSV(B) 264.41º 0.97% 0.96% -
XYZ 22.12 9.65 86.28 -
YUV 63.61 229.8 156.81 -
System Red Green Blue C M Y K H S L
Decimal 104 8 244 0.57 0.97 0 0.04 264.41 0.94 0.49
Hex 68 8 F4 39 61 0 4 108 5E 31
Octal 150 10 364 71 141 0 4 410 136 61
Binary 1101000 1000 11110100 111001 1100001 0 100 100001000 1011110 110001

Color Harmonies of #6808F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6808F4

Black with #6808F4

Text Example


Text Example

White with #6808F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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