Html Css Color HEX #6105DF Electric Indigo

📋 copy color: '#6105DF'

red 97 ◦ green 5 ◦ blue 223

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

Shades of Electric Indigo #6105DF

Tints of Electric Indigo #6105DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

 BLUE value IS 223 (87.5% from 255) = 68.62%

R = 29.85%
G = 1.54%
B = 68.62%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6105DF (or 0x6105DF) is known color: Electric Indigo. HEX triplet: 61, 05 and DF. RGB value is (97,5,223). Sum of RGB (Red+Green+Blue) = 97+5+223=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #6105DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6105DF is #9EFA20. Grayscale: #383838. Windows color (decimal): -10418721 or 14615905. OLE color: 14615905.

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

Color convert

RGB 97 5 223 -
CMYK 0.57 0.98 0 0.13
HSL 265.32º 0.96% 0.45% -
HSV(B) 265.32º 0.98% 0.87% -
XYZ 18.3 7.98 70.39 -
YUV 57.36 221.48 156.27 -
System Red Green Blue C M Y K H S L
Decimal 97 5 223 0.57 0.98 0 0.13 265.32 0.96 0.45
Hex 61 5 DF 39 62 0 D 109 60 2D
Octal 141 5 337 71 142 0 15 411 140 55
Binary 1100001 101 11011111 111001 1100010 0 1101 100001001 1100000 101101

Color Harmonies of #6105DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6105DF

Black with #6105DF

Text Example


Text Example

White with #6105DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6105DF; }

 p { color: rgb(97,5,223); }

 H1.HeaderClassName
 {
   color: #6105DF;
 }
 .AnyTagClassName
 {
   color: #6105DF;
 }
</style>

background-color css

<style>
 a { background-color: #6105DF; }

 a { background-color: rgb(97,5,223); }

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

border-color css

<style>
 span { border-color: #6105DF; }

 span { border-color: rgb(97,5,223); }

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