Html Css Color HEX #6206DD Electric Indigo

📋 copy color: '#6206DD'

red 98 ◦ green 6 ◦ blue 221

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

Shades of Electric Indigo #6206DD

Tints of Electric Indigo #6206DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.85%

 BLUE value IS 221 (86.72% from 255) = 68%

R = 30.15%
G = 1.85%
B = 68%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6206DD (or 0x6206DD) is known color: Electric Indigo. HEX triplet: 62, 06 and DD. RGB value is (98,6,221). Sum of RGB (Red+Green+Blue) = 98+6+221=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #6206DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6206DD is #9DF922. Grayscale: #393939. Windows color (decimal): -10352931 or 14485090. OLE color: 14485090.

HSL color Cylindrical-coordinate representation of color #6206DD: hue angle of 265.67º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6206DD is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 6 221 -
CMYK 0.56 0.97 0 0.13
HSL 265.67º 0.95% 0.45% -
HSV(B) 265.67º 0.97% 0.87% -
XYZ 18.15 7.95 68.98 -
YUV 58.02 219.98 156.52 -
System Red Green Blue C M Y K H S L
Decimal 98 6 221 0.56 0.97 0 0.13 265.67 0.95 0.45
Hex 62 6 DD 38 61 0 D 10A 5F 2D
Octal 142 6 335 70 141 0 15 412 137 55
Binary 1100010 110 11011101 111000 1100001 0 1101 100001010 1011111 101101

Color Harmonies of #6206DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6206DD

Black with #6206DD

Text Example


Text Example

White with #6206DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6206DD; }

 p { color: rgb(98,6,221); }

 H1.HeaderClassName
 {
   color: #6206DD;
 }
 .AnyTagClassName
 {
   color: #6206DD;
 }
</style>

background-color css

<style>
 a { background-color: #6206DD; }

 a { background-color: rgb(98,6,221); }

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

border-color css

<style>
 span { border-color: #6206DD; }

 span { border-color: rgb(98,6,221); }

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