Html Css Color HEX #690ADE Electric Indigo

📋 copy color: '#690ADE'

red 105 ◦ green 10 ◦ blue 222

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

Shades of Electric Indigo #690ADE

Tints of Electric Indigo #690ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.97%

 BLUE value IS 222 (87.11% from 255) = 65.88%

R = 31.16%
G = 2.97%
B = 65.88%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#690ADE (or 0x690ADE) is known color: Electric Indigo. HEX triplet: 69, 0A and DE. RGB value is (105,10,222). Sum of RGB (Red+Green+Blue) = 105+10+222=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #690ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690ADE is #96F521. Grayscale: #3D3D3D. Windows color (decimal): -9893154 or 14551657. OLE color: 14551657.

HSL color Cylindrical-coordinate representation of color #690ADE: hue angle of 266.89º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690ADE is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 10 222 -
CMYK 0.53 0.95 0 0.13
HSL 266.89º 0.91% 0.45% -
HSV(B) 266.89º 0.95% 0.87% -
XYZ 19.12 8.49 69.74 -
YUV 62.57 217.97 158.26 -
System Red Green Blue C M Y K H S L
Decimal 105 10 222 0.53 0.95 0 0.13 266.89 0.91 0.45
Hex 69 A DE 35 5F 0 D 10B 5B 2D
Octal 151 12 336 65 137 0 15 413 133 55
Binary 1101001 1010 11011110 110101 1011111 0 1101 100001011 1011011 101101

Color Harmonies of #690ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690ADE

Black with #690ADE

Text Example


Text Example

White with #690ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,10,222); }

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

background-color css

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

 a { background-color: rgb(105,10,222); }

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

border-color css

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

 span { border-color: rgb(105,10,222); }

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