Html Css Color HEX #690FFB Electric Indigo

📋 copy color: '#690FFB'

red 105 ◦ green 15 ◦ blue 251

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

Shades of Electric Indigo #690FFB

Tints of Electric Indigo #690FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 67.65%

R = 28.3%
G = 4.04%
B = 67.65%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#690FFB (or 0x690FFB) is known color: Electric Indigo. HEX triplet: 69, 0F and FB. RGB value is (105,15,251). Sum of RGB (Red+Green+Blue) = 105+15+251=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #690FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690FFB is #96F004. Grayscale: #434343. Windows color (decimal): -9891845 or 16453481. OLE color: 16453481.

HSL color Cylindrical-coordinate representation of color #690FFB: hue angle of 262.88º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690FFB is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 15 251 -
CMYK 0.58 0.94 0 0.02
HSL 262.88º 0.97% 0.52% -
HSV(B) 262.88º 0.94% 0.98% -
XYZ 23.41 10.31 92.02 -
YUV 68.81 230.82 153.81 -
System Red Green Blue C M Y K H S L
Decimal 105 15 251 0.58 0.94 0 0.02 262.88 0.97 0.52
Hex 69 F FB 3A 5E 0 2 107 61 34
Octal 151 17 373 72 136 0 2 407 141 64
Binary 1101001 1111 11111011 111010 1011110 0 10 100000111 1100001 110100

Color Harmonies of #690FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690FFB

Black with #690FFB

Text Example


Text Example

White with #690FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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