Html Css Color HEX #6104DD Electric Indigo

📋 copy color: '#6104DD'

red 97 ◦ green 4 ◦ blue 221

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

Shades of Electric Indigo #6104DD

Tints of Electric Indigo #6104DD

RGB

 RED value IS 97 (38.28% from 255) = 30.12%

 GREEN value IS 4 (1.95% from 255) = 1.24%

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

R = 30.12%
G = 1.24%
B = 68.63%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6104DD (or 0x6104DD) is known color: Electric Indigo. HEX triplet: 61, 04 and DD. RGB value is (97,4,221). Sum of RGB (Red+Green+Blue) = 97+4+221=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #6104DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6104DD is #9EFB22. Grayscale: #373737. Windows color (decimal): -10418979 or 14484577. OLE color: 14484577.

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

Color convert

RGB 97 4 221 -
CMYK 0.56 0.98 0 0.13
HSL 265.71º 0.96% 0.44% -
HSV(B) 265.71º 0.98% 0.87% -
XYZ 18.02 7.85 68.97 -
YUV 56.55 220.81 156.86 -
System Red Green Blue C M Y K H S L
Decimal 97 4 221 0.56 0.98 0 0.13 265.71 0.96 0.44
Hex 61 4 DD 38 62 0 D 10A 60 2C
Octal 141 4 335 70 142 0 15 412 140 54
Binary 1100001 100 11011101 111000 1100010 0 1101 100001010 1100000 101100

Color Harmonies of #6104DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6104DD

Black with #6104DD

Text Example


Text Example

White with #6104DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,4,221); }

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

background-color css

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

 a { background-color: rgb(97,4,221); }

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

border-color css

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

 span { border-color: rgb(97,4,221); }

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