Html Css Color HEX #690AFF Electric Indigo

📋 copy color: '#690AFF'

red 105 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #690AFF

Tints of Electric Indigo #690AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.92%

R = 28.38%
G = 2.7%
B = 68.92%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#690AFF (or 0x690AFF) is known color: Electric Indigo. HEX triplet: 69, 0A and FF. RGB value is (105,10,255). Sum of RGB (Red+Green+Blue) = 105+10+255=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #690AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690AFF is #96F500. Grayscale: #414141. Windows color (decimal): -9893121 or 16714345. OLE color: 16714345.

HSL color Cylindrical-coordinate representation of color #690AFF: hue angle of 263.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690AFF is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 10 255 -
CMYK 0.59 0.96 0 0
HSL 263.27º 1% 0.52% -
HSV(B) 263.27º 0.96% 1% -
XYZ 23.98 10.44 95.36 -
YUV 66.34 234.47 155.58 -
System Red Green Blue C M Y K H S L
Decimal 105 10 255 0.59 0.96 0 0 263.27 1 0.52
Hex 69 A FF 3B 60 0 0 107 64 34
Octal 151 12 377 73 140 0 0 407 144 64
Binary 1101001 1010 11111111 111011 1100000 0 0 100000111 1100100 110100

Color Harmonies of #690AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690AFF

Black with #690AFF

Text Example


Text Example

White with #690AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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