Html Css Color HEX #690DDD Electric Indigo

📋 copy color: '#690DDD'

red 105 ◦ green 13 ◦ blue 221

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

Shades of Electric Indigo #690DDD

Tints of Electric Indigo #690DDD

RGB

 RED value IS 105 (41.41% from 255) = 30.97%

 GREEN value IS 13 (5.47% from 255) = 3.83%

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

R = 30.97%
G = 3.83%
B = 65.19%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#690DDD (or 0x690DDD) is known color: Electric Indigo. HEX triplet: 69, 0D and DD. RGB value is (105,13,221). Sum of RGB (Red+Green+Blue) = 105+13+221=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #690DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690DDD is #96F222. Grayscale: #3F3F3F. Windows color (decimal): -9892387 or 14486889. OLE color: 14486889.

HSL color Cylindrical-coordinate representation of color #690DDD: hue angle of 266.54º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690DDD is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 13 221 -
CMYK 0.52 0.94 0 0.13
HSL 266.54º 0.89% 0.46% -
HSV(B) 266.54º 0.94% 0.87% -
XYZ 19.02 8.51 69.05 -
YUV 64.22 216.48 157.09 -
System Red Green Blue C M Y K H S L
Decimal 105 13 221 0.52 0.94 0 0.13 266.54 0.89 0.46
Hex 69 D DD 34 5E 0 D 10B 59 2E
Octal 151 15 335 64 136 0 15 413 131 56
Binary 1101001 1101 11011101 110100 1011110 0 1101 100001011 1011001 101110

Color Harmonies of #690DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690DDD

Black with #690DDD

Text Example


Text Example

White with #690DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690DDD; }

 p { color: rgb(105,13,221); }

 H1.HeaderClassName
 {
   color: #690DDD;
 }
 .AnyTagClassName
 {
   color: #690DDD;
 }
</style>

background-color css

<style>
 a { background-color: #690DDD; }

 a { background-color: rgb(105,13,221); }

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

border-color css

<style>
 span { border-color: #690DDD; }

 span { border-color: rgb(105,13,221); }

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