Html Css Color HEX #690FEE Electric Indigo

📋 copy color: '#690FEE'

red 105 ◦ green 15 ◦ blue 238

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

Shades of Electric Indigo #690FEE

Tints of Electric Indigo #690FEE

RGB

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

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

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

R = 29.33%
G = 4.19%
B = 66.48%

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

#690FEE (or 0x690FEE) is known color: Electric Indigo. HEX triplet: 69, 0F and EE. RGB value is (105,15,238). Sum of RGB (Red+Green+Blue) = 105+15+238=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #690FEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690FEE is #96F011. Grayscale: #424242. Windows color (decimal): -9891858 or 15601513. OLE color: 15601513.

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

Color convert

RGB 105 15 238 -
CMYK 0.56 0.94 0 0.07
HSL 264.22º 0.88% 0.5% -
HSV(B) 264.22º 0.94% 0.93% -
XYZ 21.43 9.52 81.6 -
YUV 67.33 224.32 154.87 -
System Red Green Blue C M Y K H S L
Decimal 105 15 238 0.56 0.94 0 0.07 264.22 0.88 0.5
Hex 69 F EE 38 5E 0 7 108 58 32
Octal 151 17 356 70 136 0 7 410 130 62
Binary 1101001 1111 11101110 111000 1011110 0 111 100001000 1011000 110010

Color Harmonies of #690FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690FEE

Black with #690FEE

Text Example


Text Example

White with #690FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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