Html Css Color HEX #690BDB Electric Indigo

📋 copy color: '#690BDB'

red 105 ◦ green 11 ◦ blue 219

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

Shades of Electric Indigo #690BDB

Tints of Electric Indigo #690BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.28%

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

R = 31.34%
G = 3.28%
B = 65.37%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#690BDB (or 0x690BDB) is known color: Electric Indigo. HEX triplet: 69, 0B and DB. RGB value is (105,11,219). Sum of RGB (Red+Green+Blue) = 105+11+219=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #690BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690BDB is #96F424. Grayscale: #3E3E3E. Windows color (decimal): -9892901 or 14355305. OLE color: 14355305.

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

Color convert

RGB 105 11 219 -
CMYK 0.52 0.95 0 0.14
HSL 267.12º 0.9% 0.45% -
HSV(B) 267.12º 0.95% 0.86% -
XYZ 18.73 8.36 67.64 -
YUV 62.82 216.14 158.09 -
System Red Green Blue C M Y K H S L
Decimal 105 11 219 0.52 0.95 0 0.14 267.12 0.9 0.45
Hex 69 B DB 34 5F 0 E 10B 5A 2D
Octal 151 13 333 64 137 0 16 413 132 55
Binary 1101001 1011 11011011 110100 1011111 0 1110 100001011 1011010 101101

Color Harmonies of #690BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690BDB

Black with #690BDB

Text Example


Text Example

White with #690BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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