Html Css Color HEX #690DED Electric Indigo

📋 copy color: '#690DED'

red 105 ◦ green 13 ◦ blue 237

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

Shades of Electric Indigo #690DED

Tints of Electric Indigo #690DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.76%

R = 29.58%
G = 3.66%
B = 66.76%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#690DED (or 0x690DED) is known color: Electric Indigo. HEX triplet: 69, 0D and ED. RGB value is (105,13,237). Sum of RGB (Red+Green+Blue) = 105+13+237=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #690DED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690DED is #96F212. Grayscale: #414141. Windows color (decimal): -9892371 or 15535465. OLE color: 15535465.

HSL color Cylindrical-coordinate representation of color #690DED: hue angle of 264.64º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690DED is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 13 237 -
CMYK 0.56 0.95 0 0.07
HSL 264.64º 0.9% 0.49% -
HSV(B) 264.64º 0.95% 0.93% -
XYZ 21.26 9.41 80.82 -
YUV 66.04 224.48 155.79 -
System Red Green Blue C M Y K H S L
Decimal 105 13 237 0.56 0.95 0 0.07 264.64 0.9 0.49
Hex 69 D ED 38 5F 0 7 109 5A 31
Octal 151 15 355 70 137 0 7 411 132 61
Binary 1101001 1101 11101101 111000 1011111 0 111 100001001 1011010 110001

Color Harmonies of #690DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690DED

Black with #690DED

Text Example


Text Example

White with #690DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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