Html Css Color HEX #6208FF Electric Indigo

📋 copy color: '#6208FF'

red 98 ◦ green 8 ◦ blue 255

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

Shades of Electric Indigo #6208FF

Tints of Electric Indigo #6208FF

RGB

 RED value IS 98 (38.67% from 255) = 27.15%

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

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

R = 27.15%
G = 2.22%
B = 70.64%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6208FF (or 0x6208FF) is known color: Electric Indigo. HEX triplet: 62, 08 and FF. RGB value is (98,8,255). Sum of RGB (Red+Green+Blue) = 98+8+255=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #6208FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6208FF is #9DF700. Grayscale: #3E3E3E. Windows color (decimal): -10352385 or 16713826. OLE color: 16713826.

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

Color convert

RGB 98 8 255 -
CMYK 0.62 0.97 0 0
HSL 261.86º 1% 0.52% -
HSV(B) 261.86º 0.97% 1% -
XYZ 23.17 9.99 95.31 -
YUV 63.07 236.32 152.92 -
System Red Green Blue C M Y K H S L
Decimal 98 8 255 0.62 0.97 0 0 261.86 1 0.52
Hex 62 8 FF 3E 61 0 0 106 64 34
Octal 142 10 377 76 141 0 0 406 144 64
Binary 1100010 1000 11111111 111110 1100001 0 0 100000110 1100100 110100

Color Harmonies of #6208FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6208FF

Black with #6208FF

Text Example


Text Example

White with #6208FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,8,255); }

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

background-color css

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

 a { background-color: rgb(98,8,255); }

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

border-color css

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

 span { border-color: rgb(98,8,255); }

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