Html Css Color HEX #690DDA Electric Indigo

📋 copy color: '#690DDA'

red 105 ◦ green 13 ◦ blue 218

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

Shades of Electric Indigo #690DDA

Tints of Electric Indigo #690DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.88%

R = 31.25%
G = 3.87%
B = 64.88%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#690DDA (or 0x690DDA) is known color: Electric Indigo. HEX triplet: 69, 0D and DA. RGB value is (105,13,218). Sum of RGB (Red+Green+Blue) = 105+13+218=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #690DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690DDA is #96F225. Grayscale: #3F3F3F. Windows color (decimal): -9892390 or 14290281. OLE color: 14290281.

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

Color convert

RGB 105 13 218 -
CMYK 0.52 0.94 0 0.15
HSL 266.93º 0.89% 0.45% -
HSV(B) 266.93º 0.94% 0.85% -
XYZ 18.62 8.35 66.96 -
YUV 63.88 214.98 157.33 -
System Red Green Blue C M Y K H S L
Decimal 105 13 218 0.52 0.94 0 0.15 266.93 0.89 0.45
Hex 69 D DA 34 5E 0 F 10B 59 2D
Octal 151 15 332 64 136 0 17 413 131 55
Binary 1101001 1101 11011010 110100 1011110 0 1111 100001011 1011001 101101

Color Harmonies of #690DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690DDA

Black with #690DDA

Text Example


Text Example

White with #690DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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