Html Css Color HEX #690FDB Electric Indigo

📋 copy color: '#690FDB'

red 105 ◦ green 15 ◦ blue 219

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

Shades of Electric Indigo #690FDB

Tints of Electric Indigo #690FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.42%

 BLUE value IS 219 (85.94% from 255) = 64.6%

R = 30.97%
G = 4.42%
B = 64.6%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#690FDB (or 0x690FDB) is known color: Electric Indigo. HEX triplet: 69, 0F and DB. RGB value is (105,15,219). Sum of RGB (Red+Green+Blue) = 105+15+219=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #690FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690FDB is #96F024. Grayscale: #404040. Windows color (decimal): -9891877 or 14356329. OLE color: 14356329.

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

Color convert

RGB 105 15 219 -
CMYK 0.52 0.93 0 0.14
HSL 266.47º 0.87% 0.46% -
HSV(B) 266.47º 0.93% 0.86% -
XYZ 18.78 8.46 67.66 -
YUV 65.17 214.82 156.41 -
System Red Green Blue C M Y K H S L
Decimal 105 15 219 0.52 0.93 0 0.14 266.47 0.87 0.46
Hex 69 F DB 34 5D 0 E 10A 57 2E
Octal 151 17 333 64 135 0 16 412 127 56
Binary 1101001 1111 11011011 110100 1011101 0 1110 100001010 1010111 101110

Color Harmonies of #690FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690FDB

Black with #690FDB

Text Example


Text Example

White with #690FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,15,219); }

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

background-color css

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

 a { background-color: rgb(105,15,219); }

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

border-color css

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

 span { border-color: rgb(105,15,219); }

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