Html Css Color HEX #690EEE Electric Indigo

📋 copy color: '#690EEE'

red 105 ◦ green 14 ◦ blue 238

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

Shades of Electric Indigo #690EEE

Tints of Electric Indigo #690EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.92%

 BLUE value IS 238 (93.36% from 255) = 66.67%

R = 29.41%
G = 3.92%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#690EEE (or 0x690EEE) is known color: Electric Indigo. HEX triplet: 69, 0E and EE. RGB value is (105,14,238). Sum of RGB (Red+Green+Blue) = 105+14+238=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #690EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690EEE is #96F111. Grayscale: #414141. Windows color (decimal): -9892114 or 15601257. OLE color: 15601257.

HSL color Cylindrical-coordinate representation of color #690EEE: hue angle of 264.38º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690EEE is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 14 238 -
CMYK 0.56 0.94 0 0.07
HSL 264.38º 0.89% 0.49% -
HSV(B) 264.38º 0.94% 0.93% -
XYZ 21.42 9.49 81.59 -
YUV 66.75 224.65 155.29 -
System Red Green Blue C M Y K H S L
Decimal 105 14 238 0.56 0.94 0 0.07 264.38 0.89 0.49
Hex 69 E EE 38 5E 0 7 108 59 31
Octal 151 16 356 70 136 0 7 410 131 61
Binary 1101001 1110 11101110 111000 1011110 0 111 100001000 1011001 110001

Color Harmonies of #690EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690EEE

Black with #690EEE

Text Example


Text Example

White with #690EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,14,238); }

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

background-color css

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

 a { background-color: rgb(105,14,238); }

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

border-color css

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

 span { border-color: rgb(105,14,238); }

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