Html Css Color HEX #6100DD Electric Indigo

📋 copy color: '#6100DD'

red 97 ◦ green 0 ◦ blue 221

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

Shades of Electric Indigo #6100DD

Tints of Electric Indigo #6100DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.5%
G = 0%
B = 69.5%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6100DD (or 0x6100DD) is known color: Electric Indigo. HEX triplet: 61, 00 and DD. RGB value is (97,0,221). Sum of RGB (Red+Green+Blue) = 97+0+221=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #6100DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100DD is #9EFF22. Grayscale: #353535. Windows color (decimal): -10420003 or 14483553. OLE color: 14483553.

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

Color convert

RGB 97 0 221 -
CMYK 0.56 1 0 0.13
HSL 266.33º 1% 0.43% -
HSV(B) 266.33º 1% 0.87% -
XYZ 17.98 7.76 68.96 -
YUV 54.2 222.14 158.53 -
System Red Green Blue C M Y K H S L
Decimal 97 0 221 0.56 1 0 0.13 266.33 1 0.43
Hex 61 0 DD 38 64 0 D 10A 64 2B
Octal 141 0 335 70 144 0 15 412 144 53
Binary 1100001 0 11011101 111000 1100100 0 1101 100001010 1100100 101011

Color Harmonies of #6100DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100DD

Black with #6100DD

Text Example


Text Example

White with #6100DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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