Html Css Color HEX #6207DD Electric Indigo

📋 copy color: '#6207DD'

red 98 ◦ green 7 ◦ blue 221

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

Shades of Electric Indigo #6207DD

Tints of Electric Indigo #6207DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.15%

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

R = 30.06%
G = 2.15%
B = 67.79%

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

#6207DD (or 0x6207DD) is known color: Electric Indigo. HEX triplet: 62, 07 and DD. RGB value is (98,7,221). Sum of RGB (Red+Green+Blue) = 98+7+221=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #6207DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6207DD is #9DF822. Grayscale: #393939. Windows color (decimal): -10352675 or 14485346. OLE color: 14485346.

HSL color Cylindrical-coordinate representation of color #6207DD: hue angle of 265.51º degrees, saturation: 0.94, 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 #6207DD is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 7 221 -
CMYK 0.56 0.97 0 0.13
HSL 265.51º 0.94% 0.45% -
HSV(B) 265.51º 0.97% 0.87% -
XYZ 18.16 7.97 68.99 -
YUV 58.61 219.65 156.1 -
System Red Green Blue C M Y K H S L
Decimal 98 7 221 0.56 0.97 0 0.13 265.51 0.94 0.45
Hex 62 7 DD 38 61 0 D 10A 5E 2D
Octal 142 7 335 70 141 0 15 412 136 55
Binary 1100010 111 11011101 111000 1100001 0 1101 100001010 1011110 101101

Color Harmonies of #6207DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6207DD

Black with #6207DD

Text Example


Text Example

White with #6207DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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