Html Css Color HEX #6208E5 Electric Indigo

📋 copy color: '#6208E5'

red 98 ◦ green 8 ◦ blue 229

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

Shades of Electric Indigo #6208E5

Tints of Electric Indigo #6208E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 68.36%

R = 29.25%
G = 2.39%
B = 68.36%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6208E5 (or 0x6208E5) is known color: Electric Indigo. HEX triplet: 62, 08 and E5. RGB value is (98,8,229). Sum of RGB (Red+Green+Blue) = 98+8+229=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 229 (89.84% from 255 or 68.36% from 335); Max value from RGB is 229 - color contains mainly: blue. Hex color #6208E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6208E5 is #9DF71A. Grayscale: #3B3B3B. Windows color (decimal): -10352411 or 15009890. OLE color: 15009890.

HSL color Cylindrical-coordinate representation of color #6208E5: hue angle of 264.43º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6208E5 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 98 8 229 -
CMYK 0.57 0.97 0 0.10
HSL 264.43º 0.93% 0.46% -
HSV(B) 264.43º 0.97% 0.9% -
XYZ 19.27 8.43 74.74 -
YUV 60.1 223.32 155.03 -
System Red Green Blue C M Y K H S L
Decimal 98 8 229 0.57 0.97 0 0.10 264.43 0.93 0.46
Hex 62 8 E5 39 61 0 A 108 5D 2E
Octal 142 10 345 71 141 0 12 410 135 56
Binary 1100010 1000 11100101 111001 1100001 0 1010 100001000 1011101 101110

Color Harmonies of #6208E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6208E5

Black with #6208E5

Text Example


Text Example

White with #6208E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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