Html Css Color HEX #6001DD Electric Indigo

📋 copy color: '#6001DD'

red 96 ◦ green 1 ◦ blue 221

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

Shades of Electric Indigo #6001DD

Tints of Electric Indigo #6001DD

RGB

 RED value IS 96 (37.89% from 255) = 30.19%

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 30.19%
G = 0.31%
B = 69.5%

CMYK

 C value IS 0.57

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6001DD (or 0x6001DD) is known color: Electric Indigo. HEX triplet: 60, 01 and DD. RGB value is (96,1,221). Sum of RGB (Red+Green+Blue) = 96+1+221=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 1 (0.78% from 255 or 0.31% 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 #6001DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6001DD is #9FFE22. Grayscale: #353535. Windows color (decimal): -10485283 or 14483808. OLE color: 14483808.

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

Color convert

RGB 96 1 221 -
CMYK 0.57 1.00 0 0.13
HSL 265.91º 0.99% 0.44% -
HSV(B) 265.91º 1% 0.87% -
XYZ 17.89 7.73 68.96 -
YUV 54.49 221.97 157.61 -
System Red Green Blue C M Y K H S L
Decimal 96 1 221 0.57 1.00 0 0.13 265.91 0.99 0.44
Hex 60 1 DD 39 64 0 D 10A 63 2C
Octal 140 1 335 71 144 0 15 412 143 54
Binary 1100000 1 11011101 111001 1100100 0 1101 100001010 1100011 101100

Color Harmonies of #6001DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6001DD

Black with #6001DD

Text Example


Text Example

White with #6001DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,1,221); }

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

background-color css

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

 a { background-color: rgb(96,1,221); }

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

border-color css

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

 span { border-color: rgb(96,1,221); }

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