Html Css Color HEX #6108DD Electric Indigo

📋 copy color: '#6108DD'

red 97 ◦ green 8 ◦ blue 221

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

Shades of Electric Indigo #6108DD

Tints of Electric Indigo #6108DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

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

R = 29.75%
G = 2.45%
B = 67.79%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6108DD (or 0x6108DD) is known color: Electric Indigo. HEX triplet: 61, 08 and DD. RGB value is (97,8,221). Sum of RGB (Red+Green+Blue) = 97+8+221=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #6108DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6108DD is #9EF722. Grayscale: #3A3A3A. Windows color (decimal): -10417955 or 14485601. OLE color: 14485601.

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

Color convert

RGB 97 8 221 -
CMYK 0.56 0.96 0 0.13
HSL 265.07º 0.93% 0.45% -
HSV(B) 265.07º 0.96% 0.87% -
XYZ 18.07 7.94 68.99 -
YUV 58.89 219.49 155.18 -
System Red Green Blue C M Y K H S L
Decimal 97 8 221 0.56 0.96 0 0.13 265.07 0.93 0.45
Hex 61 8 DD 38 60 0 D 109 5D 2D
Octal 141 10 335 70 140 0 15 411 135 55
Binary 1100001 1000 11011101 111000 1100000 0 1101 100001001 1011101 101101

Color Harmonies of #6108DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6108DD

Black with #6108DD

Text Example


Text Example

White with #6108DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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