Html Css Color HEX #690FEF Electric Indigo

📋 copy color: '#690FEF'

red 105 ◦ green 15 ◦ blue 239

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

Shades of Electric Indigo #690FEF

Tints of Electric Indigo #690FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.57%

R = 29.25%
G = 4.18%
B = 66.57%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#690FEF (or 0x690FEF) is known color: Electric Indigo. HEX triplet: 69, 0F and EF. RGB value is (105,15,239). Sum of RGB (Red+Green+Blue) = 105+15+239=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #690FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690FEF is #96F010. Grayscale: #424242. Windows color (decimal): -9891857 or 15667049. OLE color: 15667049.

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

Color convert

RGB 105 15 239 -
CMYK 0.56 0.94 0 0.06
HSL 264.11º 0.88% 0.5% -
HSV(B) 264.11º 0.94% 0.94% -
XYZ 21.58 9.58 82.37 -
YUV 67.45 224.82 154.79 -
System Red Green Blue C M Y K H S L
Decimal 105 15 239 0.56 0.94 0 0.06 264.11 0.88 0.5
Hex 69 F EF 38 5E 0 6 108 58 32
Octal 151 17 357 70 136 0 6 410 130 62
Binary 1101001 1111 11101111 111000 1011110 0 110 100001000 1011000 110010

Color Harmonies of #690FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690FEF

Black with #690FEF

Text Example


Text Example

White with #690FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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