Html Css Color HEX #690FDD Electric Indigo

📋 copy color: '#690FDD'

red 105 ◦ green 15 ◦ blue 221

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

Shades of Electric Indigo #690FDD

Tints of Electric Indigo #690FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 30.79%
G = 4.4%
B = 64.81%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#690FDD (or 0x690FDD) is known color: Electric Indigo. HEX triplet: 69, 0F and DD. RGB value is (105,15,221). Sum of RGB (Red+Green+Blue) = 105+15+221=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #690FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690FDD is #96F022. Grayscale: #404040. Windows color (decimal): -9891875 or 14487401. OLE color: 14487401.

HSL color Cylindrical-coordinate representation of color #690FDD: hue angle of 266.21º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690FDD is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 15 221 -
CMYK 0.52 0.93 0 0.13
HSL 266.21º 0.87% 0.46% -
HSV(B) 266.21º 0.93% 0.87% -
XYZ 19.05 8.57 69.06 -
YUV 65.39 215.82 156.25 -
System Red Green Blue C M Y K H S L
Decimal 105 15 221 0.52 0.93 0 0.13 266.21 0.87 0.46
Hex 69 F DD 34 5D 0 D 10A 57 2E
Octal 151 17 335 64 135 0 15 412 127 56
Binary 1101001 1111 11011101 110100 1011101 0 1101 100001010 1010111 101110

Color Harmonies of #690FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690FDD

Black with #690FDD

Text Example


Text Example

White with #690FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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