Html Css Color HEX #690CDF Electric Indigo

📋 copy color: '#690CDF'

red 105 ◦ green 12 ◦ blue 223

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

Shades of Electric Indigo #690CDF

Tints of Electric Indigo #690CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.53%

 BLUE value IS 223 (87.5% from 255) = 65.59%

R = 30.88%
G = 3.53%
B = 65.59%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#690CDF (or 0x690CDF) is known color: Electric Indigo. HEX triplet: 69, 0C and DF. RGB value is (105,12,223). Sum of RGB (Red+Green+Blue) = 105+12+223=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #690CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690CDF is #96F320. Grayscale: #3F3F3F. Windows color (decimal): -9892641 or 14617705. OLE color: 14617705.

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

Color convert

RGB 105 12 223 -
CMYK 0.53 0.95 0 0.13
HSL 266.45º 0.9% 0.46% -
HSV(B) 266.45º 0.95% 0.87% -
XYZ 19.28 8.59 70.45 -
YUV 63.86 217.81 157.34 -
System Red Green Blue C M Y K H S L
Decimal 105 12 223 0.53 0.95 0 0.13 266.45 0.9 0.46
Hex 69 C DF 35 5F 0 D 10A 5A 2E
Octal 151 14 337 65 137 0 15 412 132 56
Binary 1101001 1100 11011111 110101 1011111 0 1101 100001010 1011010 101110

Color Harmonies of #690CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690CDF

Black with #690CDF

Text Example


Text Example

White with #690CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,12,223); }

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

background-color css

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

 a { background-color: rgb(105,12,223); }

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

border-color css

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

 span { border-color: rgb(105,12,223); }

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