Html Css Color HEX #690FEA Electric Indigo

📋 copy color: '#690FEA'

red 105 ◦ green 15 ◦ blue 234

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

Shades of Electric Indigo #690FEA

Tints of Electric Indigo #690FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.1%

R = 29.66%
G = 4.24%
B = 66.1%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#690FEA (or 0x690FEA) is known color: Electric Indigo. HEX triplet: 69, 0F and EA. RGB value is (105,15,234). Sum of RGB (Red+Green+Blue) = 105+15+234=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #690FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690FEA is #96F015. Grayscale: #424242. Windows color (decimal): -9891862 or 15339369. OLE color: 15339369.

HSL color Cylindrical-coordinate representation of color #690FEA: hue angle of 264.66º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690FEA is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 15 234 -
CMYK 0.55 0.94 0 0.08
HSL 264.66º 0.88% 0.49% -
HSV(B) 264.66º 0.94% 0.92% -
XYZ 20.85 9.29 78.54 -
YUV 66.88 222.32 155.19 -
System Red Green Blue C M Y K H S L
Decimal 105 15 234 0.55 0.94 0 0.08 264.66 0.88 0.49
Hex 69 F EA 37 5E 0 8 109 58 31
Octal 151 17 352 67 136 0 10 411 130 61
Binary 1101001 1111 11101010 110111 1011110 0 1000 100001001 1011000 110001

Color Harmonies of #690FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690FEA

Black with #690FEA

Text Example


Text Example

White with #690FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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