Html Css Color HEX #690AF2 Electric Indigo

📋 copy color: '#690AF2'

red 105 ◦ green 10 ◦ blue 242

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

Shades of Electric Indigo #690AF2

Tints of Electric Indigo #690AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 67.79%

R = 29.41%
G = 2.8%
B = 67.79%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#690AF2 (or 0x690AF2) is known color: Electric Indigo. HEX triplet: 69, 0A and F2. RGB value is (105,10,242). Sum of RGB (Red+Green+Blue) = 105+10+242=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 242 (94.92% from 255 or 67.79% from 357); Max value from RGB is 242 - color contains mainly: blue. Hex color #690AF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690AF2 is #96F50D. Grayscale: #404040. Windows color (decimal): -9893134 or 15862377. OLE color: 15862377.

HSL color Cylindrical-coordinate representation of color #690AF2: hue angle of 264.57º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690AF2 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 10 242 -
CMYK 0.57 0.96 0 0.05
HSL 264.57º 0.92% 0.49% -
HSV(B) 264.57º 0.96% 0.95% -
XYZ 21.96 9.63 84.71 -
YUV 64.85 227.97 156.64 -
System Red Green Blue C M Y K H S L
Decimal 105 10 242 0.57 0.96 0 0.05 264.57 0.92 0.49
Hex 69 A F2 39 60 0 5 109 5C 31
Octal 151 12 362 71 140 0 5 411 134 61
Binary 1101001 1010 11110010 111001 1100000 0 101 100001001 1011100 110001

Color Harmonies of #690AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690AF2

Black with #690AF2

Text Example


Text Example

White with #690AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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