Html Css Color HEX #6101DE Electric Indigo

📋 copy color: '#6101DE'

red 97 ◦ green 1 ◦ blue 222

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

Shades of Electric Indigo #6101DE

Tints of Electric Indigo #6101DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.38%

R = 30.31%
G = 0.31%
B = 69.38%

CMYK

 C value IS 0.56

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6101DE (or 0x6101DE) is known color: Electric Indigo. HEX triplet: 61, 01 and DE. RGB value is (97,1,222). Sum of RGB (Red+Green+Blue) = 97+1+222=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 222 (87.11% from 255 or 69.38% from 320); Max value from RGB is 222 - color contains mainly: blue. Hex color #6101DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6101DE is #9EFE21. Grayscale: #363636. Windows color (decimal): -10419746 or 14549345. OLE color: 14549345.

HSL color Cylindrical-coordinate representation of color #6101DE: hue angle of 266.06º 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 #6101DE is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 1 222 -
CMYK 0.56 1.00 0 0.13
HSL 266.06º 0.99% 0.44% -
HSV(B) 266.06º 1% 0.87% -
XYZ 18.13 7.84 69.66 -
YUV 54.9 222.3 158.03 -
System Red Green Blue C M Y K H S L
Decimal 97 1 222 0.56 1.00 0 0.13 266.06 0.99 0.44
Hex 61 1 DE 38 64 0 D 10A 63 2C
Octal 141 1 336 70 144 0 15 412 143 54
Binary 1100001 1 11011110 111000 1100100 0 1101 100001010 1100011 101100

Color Harmonies of #6101DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6101DE

Black with #6101DE

Text Example


Text Example

White with #6101DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6101DE; }

 p { color: rgb(97,1,222); }

 H1.HeaderClassName
 {
   color: #6101DE;
 }
 .AnyTagClassName
 {
   color: #6101DE;
 }
</style>

background-color css

<style>
 a { background-color: #6101DE; }

 a { background-color: rgb(97,1,222); }

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

border-color css

<style>
 span { border-color: #6101DE; }

 span { border-color: rgb(97,1,222); }

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