Html Css Color HEX #690DF3 Electric Indigo

📋 copy color: '#690DF3'

red 105 ◦ green 13 ◦ blue 243

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

Shades of Electric Indigo #690DF3

Tints of Electric Indigo #690DF3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.6%

 BLUE value IS 243 (95.31% from 255) = 67.31%

R = 29.09%
G = 3.6%
B = 67.31%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#690DF3 (or 0x690DF3) is known color: Electric Indigo. HEX triplet: 69, 0D and F3. RGB value is (105,13,243). Sum of RGB (Red+Green+Blue) = 105+13+243=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 243 (95.31% from 255 or 67.31% from 361); Max value from RGB is 243 - color contains mainly: blue. Hex color #690DF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690DF3 is #96F20C. Grayscale: #414141. Windows color (decimal): -9892365 or 15928681. OLE color: 15928681.

HSL color Cylindrical-coordinate representation of color #690DF3: hue angle of 264º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690DF3 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 13 243 -
CMYK 0.57 0.95 0 0.05
HSL 264º 0.91% 0.5% -
HSV(B) 264º 0.95% 0.95% -
XYZ 22.15 9.76 85.51 -
YUV 66.73 227.48 155.3 -
System Red Green Blue C M Y K H S L
Decimal 105 13 243 0.57 0.95 0 0.05 264 0.91 0.5
Hex 69 D F3 39 5F 0 5 108 5B 32
Octal 151 15 363 71 137 0 5 410 133 62
Binary 1101001 1101 11110011 111001 1011111 0 101 100001000 1011011 110010

Color Harmonies of #690DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690DF3

Black with #690DF3

Text Example


Text Example

White with #690DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,13,243); }

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

background-color css

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

 a { background-color: rgb(105,13,243); }

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

border-color css

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

 span { border-color: rgb(105,13,243); }

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